Shades of Electric Purple #B81DF8
Tints of Electric Purple #B81DF8
RGB
CMYK
RGB Variations
Color information
#B81DF8 (or 0xB81DF8) is known color: Electric Purple. HEX triplet: B8, 1D and F8. RGB value is (184,29,248). Sum of RGB (Red+Green+Blue) = 184+29+248=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #B81DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81DF8 is #47E207. Grayscale: #636363. Windows color (decimal): -4710920 or 16260536. OLE color: 16260536.
HSL color Cylindrical-coordinate representation of color #B81DF8: hue angle of 282.47º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81DF8 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 29 | 248 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.03 |
| HSL | 282.47º | 0.94% | 0.54% | - |
| HSV(B) | 282.47º | 0.88% | 0.97% | - |
| XYZ | 37.15 | 17.85 | 90.29 | - |
| YUV | 100.31 | 211.35 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 248 | 0.26 | 0.88 | 0 | 0.03 | 282.47 | 0.94 | 0.54 |
| Hex | B8 | 1D | F8 | 1A | 58 | 0 | 3 | 11A | 5E | 36 |
| Octal | 270 | 35 | 370 | 32 | 130 | 0 | 3 | 432 | 136 | 66 |
| Binary | 10111000 | 11101 | 11111000 | 11010 | 1011000 | 0 | 11 | 100011010 | 1011110 | 110110 |
Color Harmonies of #B81DF8
Complementary color
Monochromatic Colors of #B81DF8
Black with #B81DF8
Text Example
Text Example
White with #B81DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DF8; }
p { color: rgb(184,29,248); }
H1.HeaderClassName
{
color: #B81DF8;
}
.AnyTagClassName
{
color: #B81DF8;
}
</style>
background-color css
<style>
a { background-color: #B81DF8; }
a { background-color: rgb(184,29,248); }
div.DivClassName
{
background-color: #B81DF8;
}
.BgClassName
{
background-color: #B81DF8;
}
</style>
border-color css
<style>
span { border-color: #B81DF8; }
span { border-color: rgb(184,29,248); }
td.TdClassName
{
border-color: #B81DF8;
}
.TagClassName
{
border-color: #B81DF8;
}
</style>