#BC12EB

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

Shades of Electric Purple #BC12EB

Tints of Electric Purple #BC12EB

Color information

#BC12EB (or 0xBC12EB) is unknown color: approx Electric Purple. HEX triplet: BC, 12 and EB. RGB value is (188,18,235). Sum of RGB (Red+Green+Blue) = 188+18+235=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC12EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC12EB is #43ED14. Grayscale: #5C5C5C. Windows color (decimal): -4451605 or 15405756. OLE color: 15405756.

HSL color Cylindrical-coordinate representation of color #BC12EB: hue angle of 287º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC12EB is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18818235-
CMYK0.20.9200.08
HSL287º85.77%49.61%-
HSV(B)287º92.34%92.16%-
XYZ35.9517.1280.01-
YUV93.57207.82195.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 18 (7.42% from 255) = 4.08%
BLUE value IS 235 (92.19% from 255) = 53.29%
R=42.63%
G=4.08%
B=53.29%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal188182350.20.9200.0828785.7749.61
HexBC12EB145C0811f5632
Octal274223532413401043712662
Binary101111001001011101011101001011100010001000111111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC12EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC12EB; }

 p { color: rgb(188,18,235); }

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

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

 a { background-color: rgb(188,18,235); }

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

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

 span { border-color: rgb(188,18,235); }

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