Html Css Color HEX #B80FE5 Electric Purple

📋 copy color: '#B80FE5'

red 184 ◦ green 15 ◦ blue 229

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

Shades of Electric Purple #B80FE5

Tints of Electric Purple #B80FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.5%

R = 42.99%
G = 3.5%
B = 53.5%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B80FE5 (or 0xB80FE5) is known color: Electric Purple. HEX triplet: B8, 0F and E5. RGB value is (184,15,229). Sum of RGB (Red+Green+Blue) = 184+15+229=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #B80FE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FE5 is #47F01A. Grayscale: #595959. Windows color (decimal): -4714523 or 15011768. OLE color: 15011768.

HSL color Cylindrical-coordinate representation of color #B80FE5: hue angle of 287.38º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80FE5 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 15 229 -
CMYK 0.20 0.93 0 0.10
HSL 287.38º 0.88% 0.48% -
HSV(B) 287.38º 0.93% 0.9% -
XYZ 34.08 16.19 75.46 -
YUV 89.93 206.49 195.1 -
System Red Green Blue C M Y K H S L
Decimal 184 15 229 0.20 0.93 0 0.10 287.38 0.88 0.48
Hex B8 F E5 14 5D 0 A 11F 58 30
Octal 270 17 345 24 135 0 12 437 130 60
Binary 10111000 1111 11100101 10100 1011101 0 1010 100011111 1011000 110000

Color Harmonies of #B80FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FE5

Black with #B80FE5

Text Example


Text Example

White with #B80FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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