Html Css Color HEX #B804E4 Electric Purple

📋 copy color: '#B804E4'

red 184 ◦ green 4 ◦ blue 228

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

Shades of Electric Purple #B804E4

Tints of Electric Purple #B804E4

RGB

 RED value IS 184 (72.27% from 255) = 44.23%

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

 BLUE value IS 228 (89.45% from 255) = 54.81%

R = 44.23%
G = 0.96%
B = 54.81%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B804E4 (or 0xB804E4) is known color: Electric Purple. HEX triplet: B8, 04 and E4. RGB value is (184,4,228). Sum of RGB (Red+Green+Blue) = 184+4+228=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 228 (89.45% from 255 or 54.81% from 416); Max value from RGB is 228 - color contains mainly: blue. Hex color #B804E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B804E4 is #47FB1B. Grayscale: #525252. Windows color (decimal): -4717340 or 14943416. OLE color: 14943416.

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

Color convert

RGB 184 4 228 -
CMYK 0.19 0.98 0 0.11
HSL 288.21º 0.97% 0.45% -
HSV(B) 288.21º 0.98% 0.89% -
XYZ 33.81 15.88 74.68 -
YUV 83.36 209.63 199.79 -
System Red Green Blue C M Y K H S L
Decimal 184 4 228 0.19 0.98 0 0.11 288.21 0.97 0.45
Hex B8 4 E4 13 62 0 B 120 61 2D
Octal 270 4 344 23 142 0 13 440 141 55
Binary 10111000 100 11100100 10011 1100010 0 1011 100100000 1100001 101101

Color Harmonies of #B804E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B804E4

Black with #B804E4

Text Example


Text Example

White with #B804E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B804E4; }

 p { color: rgb(184,4,228); }

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

background-color css

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

 a { background-color: rgb(184,4,228); }

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

border-color css

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

 span { border-color: rgb(184,4,228); }

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