#BC66EF

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

Shades of Medium Orchid #BC66EF

Tints of Medium Orchid #BC66EF

Color information

#BC66EF (or 0xBC66EF) is unknown color: approx Medium Orchid. HEX triplet: BC, 66 and EF. RGB value is (188,102,239). Sum of RGB (Red+Green+Blue) = 188+102+239=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC66EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66EF is #439910. Grayscale: #8E8E8E. Windows color (decimal): -4430097 or 15689404. OLE color: 15689404.

HSL color Cylindrical-coordinate representation of color #BC66EF: hue angle of 277.66º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC66EF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188102239-
CMYK0.210.5700.06
HSL277.66º81.07%66.86%-
HSV(B)277.66º57.32%93.73%-
XYZ41.0726.4384.6-
YUV143.33181.99159.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 102 (40.23% from 255) = 19.28%
BLUE value IS 239 (93.75% from 255) = 45.18%
R=35.54%
G=19.28%
B=45.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881022390.210.5700.06277.6681.0766.86
HexBC66EF1539061165143
Octal274146357257106426121103
Binary1011110011001101110111110101111001011010001011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66EF; }

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

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

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

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

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

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

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

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