Html Css Color HEX #BC04E5 Electric Purple

📋 copy color: '#BC04E5'

red 188 ◦ green 4 ◦ blue 229

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

Shades of Electric Purple #BC04E5

Tints of Electric Purple #BC04E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.39%

R = 44.66%
G = 0.95%
B = 54.39%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC04E5 (or 0xBC04E5) is known color: Electric Purple. HEX triplet: BC, 04 and E5. RGB value is (188,4,229). Sum of RGB (Red+Green+Blue) = 188+4+229=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC04E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04E5 is #43FB1A. Grayscale: #535353. Windows color (decimal): -4455195 or 15008956. OLE color: 15008956.

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

Color convert

RGB 188 4 229 -
CMYK 0.18 0.98 0 0.10
HSL 289.07º 0.97% 0.46% -
HSV(B) 289.07º 0.98% 0.9% -
XYZ 34.93 16.44 75.46 -
YUV 84.67 209.46 201.7 -
System Red Green Blue C M Y K H S L
Decimal 188 4 229 0.18 0.98 0 0.10 289.07 0.97 0.46
Hex BC 4 E5 12 62 0 A 121 61 2E
Octal 274 4 345 22 142 0 12 441 141 56
Binary 10111100 100 11100101 10010 1100010 0 1010 100100001 1100001 101110

Color Harmonies of #BC04E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC04E5

Black with #BC04E5

Text Example


Text Example

White with #BC04E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC04E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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