#BC66EA

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

Shades of Medium Orchid #BC66EA

Tints of Medium Orchid #BC66EA

Color information

#BC66EA (or 0xBC66EA) is unknown color: approx Medium Orchid. HEX triplet: BC, 66 and EA. RGB value is (188,102,234). Sum of RGB (Red+Green+Blue) = 188+102+234=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC66EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66EA is #439915. Grayscale: #8E8E8E. Windows color (decimal): -4430102 or 15361724. OLE color: 15361724.

HSL color Cylindrical-coordinate representation of color #BC66EA: hue angle of 279.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC66EA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188102234-
CMYK0.200.5600.08
HSL279.09º75.86%65.88%-
HSV(B)279.09º56.41%91.76%-
XYZ40.3426.1380.76-
YUV142.76179.49160.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 102 (40.23% from 255) = 19.47%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=35.88%
G=19.47%
B=44.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881022340.200.5600.08279.0975.8665.88
HexBC66EA1438081174c42
Octal2741463522470010427114102
Binary10111100110011011101010101001110000100010001011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66EA; }

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

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

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

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

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

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

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

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