Html Css Color HEX #B80EE0 Electric Purple

📋 copy color: '#B80EE0'

red 184 ◦ green 14 ◦ blue 224

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

Shades of Electric Purple #B80EE0

Tints of Electric Purple #B80EE0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.32%

 BLUE value IS 224 (87.89% from 255) = 53.08%

R = 43.6%
G = 3.32%
B = 53.08%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B80EE0 (or 0xB80EE0) is known color: Electric Purple. HEX triplet: B8, 0E and E0. RGB value is (184,14,224). Sum of RGB (Red+Green+Blue) = 184+14+224=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #B80EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EE0 is #47F11F. Grayscale: #585858. Windows color (decimal): -4714784 or 14683832. OLE color: 14683832.

HSL color Cylindrical-coordinate representation of color #B80EE0: hue angle of 288.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EE0 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 14 224 -
CMYK 0.18 0.94 0 0.12
HSL 288.57º 0.88% 0.47% -
HSV(B) 288.57º 0.94% 0.88% -
XYZ 33.38 15.89 71.83 -
YUV 88.77 204.32 195.92 -
System Red Green Blue C M Y K H S L
Decimal 184 14 224 0.18 0.94 0 0.12 288.57 0.88 0.47
Hex B8 E E0 12 5E 0 C 121 58 2F
Octal 270 16 340 22 136 0 14 441 130 57
Binary 10111000 1110 11100000 10010 1011110 0 1100 100100001 1011000 101111

Color Harmonies of #B80EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EE0

Black with #B80EE0

Text Example


Text Example

White with #B80EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EE0; }

 p { color: rgb(184,14,224); }

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

background-color css

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

 a { background-color: rgb(184,14,224); }

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

border-color css

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

 span { border-color: rgb(184,14,224); }

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