Shades of Electric Purple #B80CE4
Tints of Electric Purple #B80CE4
RGB
CMYK
RGB Variations
Color information
#B80CE4 (or 0xB80CE4) is known color: Electric Purple. HEX triplet: B8, 0C and E4. RGB value is (184,12,228). Sum of RGB (Red+Green+Blue) = 184+12+228=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 228 (89.45% from 255 or 53.77% from 424); Max value from RGB is 228 - color contains mainly: blue. Hex color #B80CE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CE4 is #47F31B. Grayscale: #575757. Windows color (decimal): -4715292 or 14945464. OLE color: 14945464.
HSL color Cylindrical-coordinate representation of color #B80CE4: hue angle of 287.78º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80CE4 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 12 | 228 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.11 |
| HSL | 287.78º | 0.9% | 0.47% | - |
| HSV(B) | 287.78º | 0.95% | 0.89% | - |
| XYZ | 33.9 | 16.05 | 74.71 | - |
| YUV | 88.05 | 206.98 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 228 | 0.19 | 0.95 | 0 | 0.11 | 287.78 | 0.9 | 0.47 |
| Hex | B8 | C | E4 | 13 | 5F | 0 | B | 120 | 5A | 2F |
| Octal | 270 | 14 | 344 | 23 | 137 | 0 | 13 | 440 | 132 | 57 |
| Binary | 10111000 | 1100 | 11100100 | 10011 | 1011111 | 0 | 1011 | 100100000 | 1011010 | 101111 |
Color Harmonies of #B80CE4
Complementary color
Monochromatic Colors of #B80CE4
Black with #B80CE4
Text Example
Text Example
White with #B80CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CE4; }
p { color: rgb(184,12,228); }
H1.HeaderClassName
{
color: #B80CE4;
}
.AnyTagClassName
{
color: #B80CE4;
}
</style>
background-color css
<style>
a { background-color: #B80CE4; }
a { background-color: rgb(184,12,228); }
div.DivClassName
{
background-color: #B80CE4;
}
.BgClassName
{
background-color: #B80CE4;
}
</style>
border-color css
<style>
span { border-color: #B80CE4; }
span { border-color: rgb(184,12,228); }
td.TdClassName
{
border-color: #B80CE4;
}
.TagClassName
{
border-color: #B80CE4;
}
</style>