Shades of Electric Purple #B80FE5
Tints of Electric Purple #B80FE5
RGB
CMYK
RGB Variations
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
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>