Html Css Color HEX #B80EEB Electric Purple

📋 copy color: '#B80EEB'

red 184 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #B80EEB

Tints of Electric Purple #B80EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.27%

R = 42.49%
G = 3.23%
B = 54.27%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B80EEB (or 0xB80EEB) is known color: Electric Purple. HEX triplet: B8, 0E and EB. RGB value is (184,14,235). Sum of RGB (Red+Green+Blue) = 184+14+235=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #B80EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EEB is #47F114. Grayscale: #595959. Windows color (decimal): -4714773 or 15404728. OLE color: 15404728.

HSL color Cylindrical-coordinate representation of color #B80EEB: hue angle of 286.15º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EEB is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 14 235 -
CMYK 0.22 0.94 0 0.08
HSL 286.15º 0.89% 0.49% -
HSV(B) 286.15º 0.94% 0.92% -
XYZ 34.92 16.5 79.94 -
YUV 90.02 209.82 195.03 -
System Red Green Blue C M Y K H S L
Decimal 184 14 235 0.22 0.94 0 0.08 286.15 0.89 0.49
Hex B8 E EB 16 5E 0 8 11E 59 31
Octal 270 16 353 26 136 0 10 436 131 61
Binary 10111000 1110 11101011 10110 1011110 0 1000 100011110 1011001 110001

Color Harmonies of #B80EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EEB

Black with #B80EEB

Text Example


Text Example

White with #B80EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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