#BB6FC9

Color #BB6FC9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB6FC9

Tints of Medium Orchid #BB6FC9

Color information

#BB6FC9 (or 0xBB6FC9) is unknown color: approx Medium Orchid. HEX triplet: BB, 6F and C9. RGB value is (187,111,201). Sum of RGB (Red+Green+Blue) = 187+111+201=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB6FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FC9 is #449036. Grayscale: #8F8F8F. Windows color (decimal): -4493367 or 13201339. OLE color: 13201339.

HSL color Cylindrical-coordinate representation of color #BB6FC9: hue angle of 290.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6FC9 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187111201-
CMYK0.070.4500.21
HSL290.67º45.45%61.18%-
HSV(B)290.67º44.78%78.82%-
XYZ36.7226.1558.37-
YUV143.98160.18158.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=37.47%
G=22.24%
B=40.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871112010.070.4500.21290.6745.4561.18
HexBB6FC972D0151232d3d
Octal2731573117550254435575
Binary10111011110111111001001111101101010101100100011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6FC9; }

 p { color: rgb(187,111,201); }

 H1.HeaderClassName
 {
   color: #BB6FC9;
 }
 .AnyTagClassName
 {
   color: #BB6FC9;
 }
</style>
background-color css

<style>
 a { background-color: #BB6FC9; }

 a { background-color: rgb(187,111,201); }

 div.DivClassName
 {
   background-color: #BB6FC9;
 }
 .BgClassName
 {
   background-color: #BB6FC9;
 }
</style>
border-color css

<style>
 span { border-color: #BB6FC9; }

 span { border-color: rgb(187,111,201); }

 td.TdClassName
 {
   border-color: #BB6FC9;
 }
 .TagClassName
 {
   border-color: #BB6FC9;
 }
</style>