Html Css Color HEX #B80EEA Electric Purple

📋 copy color: '#B80EEA'

red 184 ◦ green 14 ◦ blue 234

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

Shades of Electric Purple #B80EEA

Tints of Electric Purple #B80EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 42.59%
G = 3.24%
B = 54.17%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B80EEA (or 0xB80EEA) is known color: Electric Purple. HEX triplet: B8, 0E and EA. RGB value is (184,14,234). Sum of RGB (Red+Green+Blue) = 184+14+234=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #B80EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EEA is #47F115. Grayscale: #595959. Windows color (decimal): -4714774 or 15339192. OLE color: 15339192.

HSL color Cylindrical-coordinate representation of color #B80EEA: hue angle of 286.36º 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 #B80EEA is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 14 234 -
CMYK 0.21 0.94 0 0.08
HSL 286.36º 0.89% 0.49% -
HSV(B) 286.36º 0.94% 0.92% -
XYZ 34.78 16.44 79.18 -
YUV 89.91 209.32 195.11 -
System Red Green Blue C M Y K H S L
Decimal 184 14 234 0.21 0.94 0 0.08 286.36 0.89 0.49
Hex B8 E EA 15 5E 0 8 11E 59 31
Octal 270 16 352 25 136 0 10 436 131 61
Binary 10111000 1110 11101010 10101 1011110 0 1000 100011110 1011001 110001

Color Harmonies of #B80EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EEA

Black with #B80EEA

Text Example


Text Example

White with #B80EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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