Shades of Electric Purple #B80CE5
Tints of Electric Purple #B80CE5
RGB
CMYK
RGB Variations
Color information
#B80CE5 (or 0xB80CE5) is known color: Electric Purple. HEX triplet: B8, 0C and E5. RGB value is (184,12,229). Sum of RGB (Red+Green+Blue) = 184+12+229=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #B80CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CE5 is #47F31A. Grayscale: #575757. Windows color (decimal): -4715291 or 15011000. OLE color: 15011000.
HSL color Cylindrical-coordinate representation of color #B80CE5: hue angle of 287.56º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80CE5 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 12 | 229 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.10 |
| HSL | 287.56º | 0.9% | 0.47% | - |
| HSV(B) | 287.56º | 0.95% | 0.9% | - |
| XYZ | 34.04 | 16.11 | 75.44 | - |
| YUV | 88.17 | 207.48 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 229 | 0.20 | 0.95 | 0 | 0.10 | 287.56 | 0.9 | 0.47 |
| Hex | B8 | C | E5 | 14 | 5F | 0 | A | 120 | 5A | 2F |
| Octal | 270 | 14 | 345 | 24 | 137 | 0 | 12 | 440 | 132 | 57 |
| Binary | 10111000 | 1100 | 11100101 | 10100 | 1011111 | 0 | 1010 | 100100000 | 1011010 | 101111 |
Color Harmonies of #B80CE5
Complementary color
Monochromatic Colors of #B80CE5
Black with #B80CE5
Text Example
Text Example
White with #B80CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CE5; }
p { color: rgb(184,12,229); }
H1.HeaderClassName
{
color: #B80CE5;
}
.AnyTagClassName
{
color: #B80CE5;
}
</style>
background-color css
<style>
a { background-color: #B80CE5; }
a { background-color: rgb(184,12,229); }
div.DivClassName
{
background-color: #B80CE5;
}
.BgClassName
{
background-color: #B80CE5;
}
</style>
border-color css
<style>
span { border-color: #B80CE5; }
span { border-color: rgb(184,12,229); }
td.TdClassName
{
border-color: #B80CE5;
}
.TagClassName
{
border-color: #B80CE5;
}
</style>