#BC0EEC

Color #BC0EEC Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BC0EEC

Tints of Electric Purple #BC0EEC

Color information

#BC0EEC (or 0xBC0EEC) is unknown color: approx Electric Purple. HEX triplet: BC, 0E and EC. RGB value is (188,14,236). Sum of RGB (Red+Green+Blue) = 188+14+236=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC0EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EEC is #43F113. Grayscale: #5A5A5A. Windows color (decimal): -4452628 or 15470268. OLE color: 15470268.

HSL color Cylindrical-coordinate representation of color #BC0EEC: hue angle of 287.03º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EEC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18814236-
CMYK0.200.9400.07
HSL287.03º88.8%49.02%-
HSV(B)287.03º94.07%92.55%-
XYZ36.0417.0680.75-
YUV91.33209.65196.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 14 (5.86% from 255) = 3.20%
BLUE value IS 236 (92.58% from 255) = 53.88%
R=42.92%
G=3.20%
B=53.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188142360.200.9400.07287.0388.849.02
HexBCEEC145E0711f5931
Octal27416354241360743713161
Binary1011110011101110110010100101111001111000111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0EEC; }

 p { color: rgb(188,14,236); }

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

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

 a { background-color: rgb(188,14,236); }

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

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

 span { border-color: rgb(188,14,236); }

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