Shades of Electric Purple #B80CEF
Tints of Electric Purple #B80CEF
RGB
CMYK
RGB Variations
Color information
#B80CEF (or 0xB80CEF) is known color: Electric Purple. HEX triplet: B8, 0C and EF. RGB value is (184,12,239). Sum of RGB (Red+Green+Blue) = 184+12+239=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #B80CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80CEF is #47F310. Grayscale: #585858. Windows color (decimal): -4715281 or 15666360. OLE color: 15666360.
HSL color Cylindrical-coordinate representation of color #B80CEF: hue angle of 285.46º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80CEF is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 12 | 239 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.06 |
| HSL | 285.46º | 0.9% | 0.49% | - |
| HSV(B) | 285.46º | 0.95% | 0.94% | - |
| XYZ | 35.48 | 16.69 | 83.01 | - |
| YUV | 89.31 | 212.48 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 12 | 239 | 0.23 | 0.95 | 0 | 0.06 | 285.46 | 0.9 | 0.49 |
| Hex | B8 | C | EF | 17 | 5F | 0 | 6 | 11D | 5A | 31 |
| Octal | 270 | 14 | 357 | 27 | 137 | 0 | 6 | 435 | 132 | 61 |
| Binary | 10111000 | 1100 | 11101111 | 10111 | 1011111 | 0 | 110 | 100011101 | 1011010 | 110001 |
Color Harmonies of #B80CEF
Complementary color
Monochromatic Colors of #B80CEF
Black with #B80CEF
Text Example
Text Example
White with #B80CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80CEF; }
p { color: rgb(184,12,239); }
H1.HeaderClassName
{
color: #B80CEF;
}
.AnyTagClassName
{
color: #B80CEF;
}
</style>
background-color css
<style>
a { background-color: #B80CEF; }
a { background-color: rgb(184,12,239); }
div.DivClassName
{
background-color: #B80CEF;
}
.BgClassName
{
background-color: #B80CEF;
}
</style>
border-color css
<style>
span { border-color: #B80CEF; }
span { border-color: rgb(184,12,239); }
td.TdClassName
{
border-color: #B80CEF;
}
.TagClassName
{
border-color: #B80CEF;
}
</style>