#B666CB

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

Shades of Medium Orchid #B666CB

Tints of Medium Orchid #B666CB

Color information

#B666CB (or 0xB666CB) is unknown color: approx Medium Orchid. HEX triplet: B6, 66 and CB. RGB value is (182,102,203). Sum of RGB (Red+Green+Blue) = 182+102+203=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #B666CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666CB is #499934. Grayscale: #898989. Windows color (decimal): -4823349 or 13330102. OLE color: 13330102.

HSL color Cylindrical-coordinate representation of color #B666CB: hue angle of 287.52º 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 #B666CB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182102203-
CMYK0.100.5000.20
HSL287.52º49.27%59.8%-
HSV(B)287.52º49.75%79.61%-
XYZ34.8223.7659.25-
YUV137.43165159.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=37.37%
G=20.94%
B=41.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821022030.100.5000.20287.5249.2759.8
HexB666CBA32014120313c
Octal26614631312620244406174
Binary101101101100110110010111010110010010100100100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B666CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B666CB; }

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

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

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

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

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

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

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

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