#BC09EA

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

Shades of Electric Purple #BC09EA

Tints of Electric Purple #BC09EA

Color information

#BC09EA (or 0xBC09EA) is unknown color: approx Electric Purple. HEX triplet: BC, 09 and EA. RGB value is (188,9,234). Sum of RGB (Red+Green+Blue) = 188+9+234=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC09EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09EA is #43F615. Grayscale: #575757. Windows color (decimal): -4453910 or 15337916. OLE color: 15337916.

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

Color convert

RGB1889234-
CMYK0.200.9600.08
HSL287.73º92.59%47.65%-
HSV(B)287.73º96.15%91.76%-
XYZ35.6916.8379.21-
YUV88.17210.3199.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 9 (3.91% from 255) = 2.09%
BLUE value IS 234 (91.80% from 255) = 54.29%
R=43.62%
G=2.09%
B=54.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal18892340.200.9600.08287.7392.5947.65
HexBC9EA1460081205d30
Octal274113522414001044013560
Binary10111100100111101010101001100000010001001000001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC09EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC09EA; }

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

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

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

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

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

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

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

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