Shades of Electric Purple #B80DFE
Tints of Electric Purple #B80DFE
RGB
CMYK
RGB Variations
Color information
#B80DFE (or 0xB80DFE) is known color: Electric Purple. HEX triplet: B8, 0D and FE. RGB value is (184,13,254). Sum of RGB (Red+Green+Blue) = 184+13+254=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #B80DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80DFE is #47F201. Grayscale: #5A5A5A. Windows color (decimal): -4715010 or 16649656. OLE color: 16649656.
HSL color Cylindrical-coordinate representation of color #B80DFE: hue angle of 282.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80DFE is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 13 | 254 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.00 |
| HSL | 282.57º | 0.99% | 0.52% | - |
| HSV(B) | 282.57º | 0.95% | 1% | - |
| XYZ | 37.8 | 17.63 | 95.18 | - |
| YUV | 91.6 | 219.65 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 254 | 0.28 | 0.95 | 0 | 0.00 | 282.57 | 0.99 | 0.52 |
| Hex | B8 | D | FE | 1C | 5F | 0 | 0 | 11B | 63 | 34 |
| Octal | 270 | 15 | 376 | 34 | 137 | 0 | 0 | 433 | 143 | 64 |
| Binary | 10111000 | 1101 | 11111110 | 11100 | 1011111 | 0 | 0 | 100011011 | 1100011 | 110100 |
Color Harmonies of #B80DFE
Complementary color
Monochromatic Colors of #B80DFE
Black with #B80DFE
Text Example
Text Example
White with #B80DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DFE; }
p { color: rgb(184,13,254); }
H1.HeaderClassName
{
color: #B80DFE;
}
.AnyTagClassName
{
color: #B80DFE;
}
</style>
background-color css
<style>
a { background-color: #B80DFE; }
a { background-color: rgb(184,13,254); }
div.DivClassName
{
background-color: #B80DFE;
}
.BgClassName
{
background-color: #B80DFE;
}
</style>
border-color css
<style>
span { border-color: #B80DFE; }
span { border-color: rgb(184,13,254); }
td.TdClassName
{
border-color: #B80DFE;
}
.TagClassName
{
border-color: #B80DFE;
}
</style>