#BC66CB

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

Shades of Medium Orchid #BC66CB

Tints of Medium Orchid #BC66CB

Color information

#BC66CB (or 0xBC66CB) is unknown color: approx Medium Orchid. HEX triplet: BC, 66 and CB. RGB value is (188,102,203). Sum of RGB (Red+Green+Blue) = 188+102+203=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC66CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66CB is #439934. Grayscale: #8A8A8A. Windows color (decimal): -4430133 or 13330108. OLE color: 13330108.

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

Color convert

RGB188102203-
CMYK0.070.5000.20
HSL291.09º49.27%59.8%-
HSV(B)291.09º49.75%79.61%-
XYZ36.2724.5159.32-
YUV139.23163.99162.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=38.13%
G=20.69%
B=41.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881022030.070.5000.20291.0949.2759.8
HexBC66CB732014123313c
Octal2741463137620244436174
Binary10111100110011011001011111110010010100100100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66CB; }

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

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

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

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

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

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

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

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