Html Css Color HEX #B80EEC Electric Purple

📋 copy color: '#B80EEC'

red 184 ◦ green 14 ◦ blue 236

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

Shades of Electric Purple #B80EEC

Tints of Electric Purple #B80EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 42.4%
G = 3.23%
B = 54.38%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B80EEC (or 0xB80EEC) is known color: Electric Purple. HEX triplet: B8, 0E and EC. RGB value is (184,14,236). Sum of RGB (Red+Green+Blue) = 184+14+236=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #B80EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EEC is #47F113. Grayscale: #595959. Windows color (decimal): -4714772 or 15470264. OLE color: 15470264.

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

Color convert

RGB 184 14 236 -
CMYK 0.22 0.94 0 0.07
HSL 285.95º 0.89% 0.49% -
HSV(B) 285.95º 0.94% 0.93% -
XYZ 35.06 16.56 80.71 -
YUV 90.14 210.32 194.95 -
System Red Green Blue C M Y K H S L
Decimal 184 14 236 0.22 0.94 0 0.07 285.95 0.89 0.49
Hex B8 E EC 16 5E 0 7 11E 59 31
Octal 270 16 354 26 136 0 7 436 131 61
Binary 10111000 1110 11101100 10110 1011110 0 111 100011110 1011001 110001

Color Harmonies of #B80EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EEC

Black with #B80EEC

Text Example


Text Example

White with #B80EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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