Shades of Electric Purple #B81FED
Tints of Electric Purple #B81FED
RGB
CMYK
RGB Variations
Color information
#B81FED (or 0xB81FED) is known color: Electric Purple. HEX triplet: B8, 1F and ED. RGB value is (184,31,237). Sum of RGB (Red+Green+Blue) = 184+31+237=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #B81FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81FED is #47E012. Grayscale: #636363. Windows color (decimal): -4710419 or 15540152. OLE color: 15540152.
HSL color Cylindrical-coordinate representation of color #B81FED: hue angle of 284.56º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81FED is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 31 | 237 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.07 |
| HSL | 284.56º | 0.85% | 0.53% | - |
| HSV(B) | 284.56º | 0.87% | 0.93% | - |
| XYZ | 35.54 | 17.28 | 81.58 | - |
| YUV | 100.23 | 205.19 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 237 | 0.22 | 0.87 | 0 | 0.07 | 284.56 | 0.85 | 0.53 |
| Hex | B8 | 1F | ED | 16 | 57 | 0 | 7 | 11D | 55 | 35 |
| Octal | 270 | 37 | 355 | 26 | 127 | 0 | 7 | 435 | 125 | 65 |
| Binary | 10111000 | 11111 | 11101101 | 10110 | 1010111 | 0 | 111 | 100011101 | 1010101 | 110101 |
Color Harmonies of #B81FED
Complementary color
Monochromatic Colors of #B81FED
Black with #B81FED
Text Example
Text Example
White with #B81FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FED; }
p { color: rgb(184,31,237); }
H1.HeaderClassName
{
color: #B81FED;
}
.AnyTagClassName
{
color: #B81FED;
}
</style>
background-color css
<style>
a { background-color: #B81FED; }
a { background-color: rgb(184,31,237); }
div.DivClassName
{
background-color: #B81FED;
}
.BgClassName
{
background-color: #B81FED;
}
</style>
border-color css
<style>
span { border-color: #B81FED; }
span { border-color: rgb(184,31,237); }
td.TdClassName
{
border-color: #B81FED;
}
.TagClassName
{
border-color: #B81FED;
}
</style>