#b166cb

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

Shades of Medium Orchid #B166CB

Tints of Medium Orchid #B166CB

Color information

#B166CB (or 0xB166CB) is unknown color: approx Medium Orchid. HEX triplet: B1, 66 and CB. RGB value is (177,102,203). Sum of RGB (Red+Green+Blue) = 177+102+203=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #B166CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B166CB is #4E9934. Grayscale: #878787. Windows color (decimal): -5151029 or 13330097. OLE color: 13330097.

HSL color Cylindrical-coordinate representation of color #B166CB: hue angle of 284.55º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B166CB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177102203-
CMYK0.130.5000.20
HSL284.55º49.27%59.8%-
HSV(B)284.55º49.75%79.61%-
XYZ33.6623.1659.2-
YUV135.94165.85157.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=36.72%
G=21.16%
B=42.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771022030.130.5000.20284.5549.2759.8
HexB166CBD3201411d313c
Octal26114631315620244356174
Binary101100011100110110010111101110010010100100011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b166cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b166cb; }

 p { color: rgb(177,102,203); }

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

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

 a { background-color: rgb(177,102,203); }

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

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

 span { border-color: rgb(177,102,203); }

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