Shades of Electric Purple #B80FED
Tints of Electric Purple #B80FED
RGB
CMYK
RGB Variations
Color information
#B80FED (or 0xB80FED) is known color: Electric Purple. HEX triplet: B8, 0F and ED. RGB value is (184,15,237). Sum of RGB (Red+Green+Blue) = 184+15+237=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #B80FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80FED is #47F012. Grayscale: #5A5A5A. Windows color (decimal): -4714515 or 15536056. OLE color: 15536056.
HSL color Cylindrical-coordinate representation of color #B80FED: hue angle of 285.68º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80FED is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 15 | 237 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.07 |
| HSL | 285.68º | 0.88% | 0.49% | - |
| HSV(B) | 285.68º | 0.94% | 0.93% | - |
| XYZ | 35.22 | 16.65 | 81.48 | - |
| YUV | 90.84 | 210.49 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 237 | 0.22 | 0.94 | 0 | 0.07 | 285.68 | 0.88 | 0.49 |
| Hex | B8 | F | ED | 16 | 5E | 0 | 7 | 11E | 58 | 31 |
| Octal | 270 | 17 | 355 | 26 | 136 | 0 | 7 | 436 | 130 | 61 |
| Binary | 10111000 | 1111 | 11101101 | 10110 | 1011110 | 0 | 111 | 100011110 | 1011000 | 110001 |
Color Harmonies of #B80FED
Complementary color
Monochromatic Colors of #B80FED
Black with #B80FED
Text Example
Text Example
White with #B80FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FED; }
p { color: rgb(184,15,237); }
H1.HeaderClassName
{
color: #B80FED;
}
.AnyTagClassName
{
color: #B80FED;
}
</style>
background-color css
<style>
a { background-color: #B80FED; }
a { background-color: rgb(184,15,237); }
div.DivClassName
{
background-color: #B80FED;
}
.BgClassName
{
background-color: #B80FED;
}
</style>
border-color css
<style>
span { border-color: #B80FED; }
span { border-color: rgb(184,15,237); }
td.TdClassName
{
border-color: #B80FED;
}
.TagClassName
{
border-color: #B80FED;
}
</style>