#bc0fe8

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

Shades of Electric Purple #BC0FE8

Tints of Electric Purple #BC0FE8

Color information

#BC0FE8 (or 0xBC0FE8) is unknown color: approx Electric Purple. HEX triplet: BC, 0F and E8. RGB value is (188,15,232). Sum of RGB (Red+Green+Blue) = 188+15+232=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC0FE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FE8 is #43F017. Grayscale: #5A5A5A. Windows color (decimal): -4452376 or 15208380. OLE color: 15208380.

HSL color Cylindrical-coordinate representation of color #BC0FE8: hue angle of 287.83º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0FE8 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18815232-
CMYK0.190.9400.09
HSL287.83º87.85%48.43%-
HSV(B)287.83º93.53%90.98%-
XYZ35.4816.8677.73-
YUV91.46207.31196.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 15 (6.25% from 255) = 3.45%
BLUE value IS 232 (91.02% from 255) = 53.33%
R=43.22%
G=3.45%
B=53.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188152320.190.9400.09287.8387.8548.43
HexBCFE8135E091205830
Octal274173502313601144013060
Binary10111100111111101000100111011110010011001000001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc0fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc0fe8; }

 p { color: rgb(188,15,232); }

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

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

 a { background-color: rgb(188,15,232); }

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

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

 span { border-color: rgb(188,15,232); }

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