#BC66DB

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

Shades of Medium Orchid #BC66DB

Tints of Medium Orchid #BC66DB

Color information

#BC66DB (or 0xBC66DB) is unknown color: approx Medium Orchid. HEX triplet: BC, 66 and DB. RGB value is (188,102,219). Sum of RGB (Red+Green+Blue) = 188+102+219=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66DB is #439924. Grayscale: #8C8C8C. Windows color (decimal): -4430117 or 14378684. OLE color: 14378684.

HSL color Cylindrical-coordinate representation of color #BC66DB: hue angle of 284.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC66DB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188102219-
CMYK0.140.5300.14
HSL284.1º61.9%62.94%-
HSV(B)284.1º53.42%85.88%-
XYZ38.2825.3169.89-
YUV141.05171.99161.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 102 (40.23% from 255) = 20.04%
BLUE value IS 219 (85.94% from 255) = 43.03%
R=36.94%
G=20.04%
B=43.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881022190.140.5300.14284.161.962.94
HexBC66DBE350E11c3e3f
Octal27414633316650164347677
Binary10111100110011011011011111011010101110100011100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66DB; }

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

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

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

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

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

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

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

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