Html Css Color HEX #BC04E8 Electric Purple

📋 copy color: '#BC04E8'

red 188 ◦ green 4 ◦ blue 232

#BC04E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BC04E8

Tints of Electric Purple #BC04E8

RGB

 RED value IS 188 (73.83% from 255) = 44.34%

 GREEN value IS 4 (1.95% from 255) = 0.94%

 BLUE value IS 232 (91.02% from 255) = 54.72%

R = 44.34%
G = 0.94%
B = 54.72%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC04E8 (or 0xBC04E8) is known color: Electric Purple. HEX triplet: BC, 04 and E8. RGB value is (188,4,232). Sum of RGB (Red+Green+Blue) = 188+4+232=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 232 (91.02% from 255 or 54.72% from 424); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC04E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC04E8 is #43FB17. Grayscale: #545454. Windows color (decimal): -4455192 or 15205564. OLE color: 15205564.

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

Color convert

RGB 188 4 232 -
CMYK 0.19 0.98 0 0.09
HSL 288.42º 0.97% 0.46% -
HSV(B) 288.42º 0.98% 0.91% -
XYZ 35.35 16.6 77.69 -
YUV 85.01 210.96 201.46 -
System Red Green Blue C M Y K H S L
Decimal 188 4 232 0.19 0.98 0 0.09 288.42 0.97 0.46
Hex BC 4 E8 13 62 0 9 120 61 2E
Octal 274 4 350 23 142 0 11 440 141 56
Binary 10111100 100 11101000 10011 1100010 0 1001 100100000 1100001 101110

Color Harmonies of #BC04E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04E8

Black with #BC04E8

Text Example


Text Example

White with #BC04E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04E8; }

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

 H1.HeaderClassName
 {
   color: #BC04E8;
 }
 .AnyTagClassName
 {
   color: #BC04E8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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