Shades of Electric Purple #B51DF8
Tints of Electric Purple #B51DF8
RGB
CMYK
RGB Variations
Color information
#B51DF8 (or 0xB51DF8) is known color: Electric Purple. HEX triplet: B5, 1D and F8. RGB value is (181,29,248). Sum of RGB (Red+Green+Blue) = 181+29+248=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #B51DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B51DF8 is #4AE207. Grayscale: #626262. Windows color (decimal): -4907528 or 16260533. OLE color: 16260533.
HSL color Cylindrical-coordinate representation of color #B51DF8: hue angle of 281.64º 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 #B51DF8 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 29 | 248 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.03 |
| HSL | 281.64º | 0.94% | 0.54% | - |
| HSV(B) | 281.64º | 0.88% | 0.97% | - |
| XYZ | 36.44 | 17.48 | 90.26 | - |
| YUV | 99.41 | 211.86 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 248 | 0.27 | 0.88 | 0 | 0.03 | 281.64 | 0.94 | 0.54 |
| Hex | B5 | 1D | F8 | 1B | 58 | 0 | 3 | 11A | 5E | 36 |
| Octal | 265 | 35 | 370 | 33 | 130 | 0 | 3 | 432 | 136 | 66 |
| Binary | 10110101 | 11101 | 11111000 | 11011 | 1011000 | 0 | 11 | 100011010 | 1011110 | 110110 |
Color Harmonies of #B51DF8
Complementary color
Monochromatic Colors of #B51DF8
Black with #B51DF8
Text Example
Text Example
White with #B51DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51DF8; }
p { color: rgb(181,29,248); }
H1.HeaderClassName
{
color: #B51DF8;
}
.AnyTagClassName
{
color: #B51DF8;
}
</style>
background-color css
<style>
a { background-color: #B51DF8; }
a { background-color: rgb(181,29,248); }
div.DivClassName
{
background-color: #B51DF8;
}
.BgClassName
{
background-color: #B51DF8;
}
</style>
border-color css
<style>
span { border-color: #B51DF8; }
span { border-color: rgb(181,29,248); }
td.TdClassName
{
border-color: #B51DF8;
}
.TagClassName
{
border-color: #B51DF8;
}
</style>