Shades of Electric Purple #B80CE6
Tints of Electric Purple #B80CE6
RGB
CMYK
RGB Variations
Color information
#B80CE6 (or 0xB80CE6) is known color: Electric Purple. HEX triplet: B8, 0C and E6. RGB value is (184,12,230). Sum of RGB (Red+Green+Blue) = 184+12+230=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #B80CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80CE6 is #47F319. Grayscale: #575757. Windows color (decimal): -4715290 or 15076536. OLE color: 15076536.
HSL color Cylindrical-coordinate representation of color #B80CE6: hue angle of 287.34º 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 #B80CE6 is Cyan = 0.2, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 12 | 230 | - |
| CMYK | 0.2 | 0.95 | 0 | 0.10 |
| HSL | 287.34º | 0.9% | 0.47% | - |
| HSV(B) | 287.34º | 0.95% | 0.9% | - |
| XYZ | 34.18 | 16.17 | 76.18 | - |
| YUV | 88.28 | 207.98 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 230 | 0.2 | 0.95 | 0 | 0.10 | 287.34 | 0.9 | 0.47 |
| Hex | B8 | C | E6 | 14 | 5F | 0 | A | 11F | 5A | 2F |
| Octal | 270 | 14 | 346 | 24 | 137 | 0 | 12 | 437 | 132 | 57 |
| Binary | 10111000 | 1100 | 11100110 | 10100 | 1011111 | 0 | 1010 | 100011111 | 1011010 | 101111 |
Color Harmonies of #B80CE6
Complementary color
Monochromatic Colors of #B80CE6
Black with #B80CE6
Text Example
Text Example
White with #B80CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CE6; }
p { color: rgb(184,12,230); }
H1.HeaderClassName
{
color: #B80CE6;
}
.AnyTagClassName
{
color: #B80CE6;
}
</style>
background-color css
<style>
a { background-color: #B80CE6; }
a { background-color: rgb(184,12,230); }
div.DivClassName
{
background-color: #B80CE6;
}
.BgClassName
{
background-color: #B80CE6;
}
</style>
border-color css
<style>
span { border-color: #B80CE6; }
span { border-color: rgb(184,12,230); }
td.TdClassName
{
border-color: #B80CE6;
}
.TagClassName
{
border-color: #B80CE6;
}
</style>