Shades of Electric Purple #B80CEA
Tints of Electric Purple #B80CEA
RGB
CMYK
RGB Variations
Color information
#B80CEA (or 0xB80CEA) is known color: Electric Purple. HEX triplet: B8, 0C and EA. RGB value is (184,12,234). Sum of RGB (Red+Green+Blue) = 184+12+234=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #B80CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80CEA is #47F315. Grayscale: #585858. Windows color (decimal): -4715286 or 15338680. OLE color: 15338680.
HSL color Cylindrical-coordinate representation of color #B80CEA: hue angle of 286.49º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80CEA is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 12 | 234 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.08 |
| HSL | 286.49º | 0.9% | 0.48% | - |
| HSV(B) | 286.49º | 0.95% | 0.92% | - |
| XYZ | 34.75 | 16.39 | 79.17 | - |
| YUV | 88.74 | 209.98 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 234 | 0.21 | 0.95 | 0 | 0.08 | 286.49 | 0.9 | 0.48 |
| Hex | B8 | C | EA | 15 | 5F | 0 | 8 | 11E | 5A | 30 |
| Octal | 270 | 14 | 352 | 25 | 137 | 0 | 10 | 436 | 132 | 60 |
| Binary | 10111000 | 1100 | 11101010 | 10101 | 1011111 | 0 | 1000 | 100011110 | 1011010 | 110000 |
Color Harmonies of #B80CEA
Complementary color
Monochromatic Colors of #B80CEA
Black with #B80CEA
Text Example
Text Example
White with #B80CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CEA; }
p { color: rgb(184,12,234); }
H1.HeaderClassName
{
color: #B80CEA;
}
.AnyTagClassName
{
color: #B80CEA;
}
</style>
background-color css
<style>
a { background-color: #B80CEA; }
a { background-color: rgb(184,12,234); }
div.DivClassName
{
background-color: #B80CEA;
}
.BgClassName
{
background-color: #B80CEA;
}
</style>
border-color css
<style>
span { border-color: #B80CEA; }
span { border-color: rgb(184,12,234); }
td.TdClassName
{
border-color: #B80CEA;
}
.TagClassName
{
border-color: #B80CEA;
}
</style>