Html Css Color HEX #B80FE8 Electric Purple

📋 copy color: '#B80FE8'

red 184 ◦ green 15 ◦ blue 232

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

Shades of Electric Purple #B80FE8

Tints of Electric Purple #B80FE8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.48%

 BLUE value IS 232 (91.02% from 255) = 53.83%

R = 42.69%
G = 3.48%
B = 53.83%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B80FE8 (or 0xB80FE8) is known color: Electric Purple. HEX triplet: B8, 0F and E8. RGB value is (184,15,232). Sum of RGB (Red+Green+Blue) = 184+15+232=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 232 (91.02% from 255 or 53.83% from 431); Max value from RGB is 232 - color contains mainly: blue. Hex color #B80FE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80FE8 is #47F017. Grayscale: #595959. Windows color (decimal): -4714520 or 15208376. OLE color: 15208376.

HSL color Cylindrical-coordinate representation of color #B80FE8: hue angle of 286.73º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80FE8 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 15 232 -
CMYK 0.21 0.94 0 0.09
HSL 286.73º 0.88% 0.48% -
HSV(B) 286.73º 0.94% 0.91% -
XYZ 34.5 16.36 77.68 -
YUV 90.27 207.99 194.86 -
System Red Green Blue C M Y K H S L
Decimal 184 15 232 0.21 0.94 0 0.09 286.73 0.88 0.48
Hex B8 F E8 15 5E 0 9 11F 58 30
Octal 270 17 350 25 136 0 11 437 130 60
Binary 10111000 1111 11101000 10101 1011110 0 1001 100011111 1011000 110000

Color Harmonies of #B80FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FE8

Black with #B80FE8

Text Example


Text Example

White with #B80FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FE8; }

 p { color: rgb(184,15,232); }

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

background-color css

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

 a { background-color: rgb(184,15,232); }

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

border-color css

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

 span { border-color: rgb(184,15,232); }

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