#BB6EC7

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

Shades of Medium Orchid #BB6EC7

Tints of Medium Orchid #BB6EC7

Color information

#BB6EC7 (or 0xBB6EC7) is unknown color: approx Medium Orchid. HEX triplet: BB, 6E and C7. RGB value is (187,110,199). Sum of RGB (Red+Green+Blue) = 187+110+199=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB6EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EC7 is #449138. Grayscale: #8E8E8E. Windows color (decimal): -4493625 or 13070011. OLE color: 13070011.

HSL color Cylindrical-coordinate representation of color #BB6EC7: hue angle of 291.91º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6EC7 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187110199-
CMYK0.060.4500.22
HSL291.91º44.28%60.59%-
HSV(B)291.91º44.72%78.04%-
XYZ36.3825.8457.1-
YUV143.17159.51159.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 110 (43.36% from 255) = 22.18%
BLUE value IS 199 (78.12% from 255) = 40.12%
R=37.70%
G=22.18%
B=40.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871101990.060.4500.22291.9144.2860.59
HexBB6EC762D0161242c3d
Octal2731563076550264445475
Binary10111011110111011000111110101101010110100100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EC7; }

 p { color: rgb(187,110,199); }

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

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

 a { background-color: rgb(187,110,199); }

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

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

 span { border-color: rgb(187,110,199); }

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