Shades of Electric Purple #B80EFD
Tints of Electric Purple #B80EFD
RGB
CMYK
RGB Variations
Color information
#B80EFD (or 0xB80EFD) is known color: Electric Purple. HEX triplet: B8, 0E and FD. RGB value is (184,14,253). Sum of RGB (Red+Green+Blue) = 184+14+253=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #B80EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EFD is #47F102. Grayscale: #5B5B5B. Windows color (decimal): -4714755 or 16584376. OLE color: 16584376.
HSL color Cylindrical-coordinate representation of color #B80EFD: hue angle of 282.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EFD is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 14 | 253 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.01 |
| HSL | 282.68º | 0.98% | 0.52% | - |
| HSV(B) | 282.68º | 0.94% | 0.99% | - |
| XYZ | 37.65 | 17.6 | 94.34 | - |
| YUV | 92.08 | 218.82 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 253 | 0.27 | 0.94 | 0 | 0.01 | 282.68 | 0.98 | 0.52 |
| Hex | B8 | E | FD | 1B | 5E | 0 | 1 | 11B | 62 | 34 |
| Octal | 270 | 16 | 375 | 33 | 136 | 0 | 1 | 433 | 142 | 64 |
| Binary | 10111000 | 1110 | 11111101 | 11011 | 1011110 | 0 | 1 | 100011011 | 1100010 | 110100 |
Color Harmonies of #B80EFD
Complementary color
Monochromatic Colors of #B80EFD
Black with #B80EFD
Text Example
Text Example
White with #B80EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EFD; }
p { color: rgb(184,14,253); }
H1.HeaderClassName
{
color: #B80EFD;
}
.AnyTagClassName
{
color: #B80EFD;
}
</style>
background-color css
<style>
a { background-color: #B80EFD; }
a { background-color: rgb(184,14,253); }
div.DivClassName
{
background-color: #B80EFD;
}
.BgClassName
{
background-color: #B80EFD;
}
</style>
border-color css
<style>
span { border-color: #B80EFD; }
span { border-color: rgb(184,14,253); }
td.TdClassName
{
border-color: #B80EFD;
}
.TagClassName
{
border-color: #B80EFD;
}
</style>