Shades of Electric Purple #B50DF8
Tints of Electric Purple #B50DF8
RGB
CMYK
RGB Variations
Color information
#B50DF8 (or 0xB50DF8) is known color: Electric Purple. HEX triplet: B5, 0D and F8. RGB value is (181,13,248). Sum of RGB (Red+Green+Blue) = 181+13+248=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #B50DF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50DF8 is #4AF207. Grayscale: #595959. Windows color (decimal): -4911624 or 16256437. OLE color: 16256437.
HSL color Cylindrical-coordinate representation of color #B50DF8: hue angle of 282.89º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50DF8 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 13 | 248 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.03 |
| HSL | 282.89º | 0.94% | 0.51% | - |
| HSV(B) | 282.89º | 0.95% | 0.97% | - |
| XYZ | 36.14 | 16.89 | 90.16 | - |
| YUV | 90.02 | 217.16 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 248 | 0.27 | 0.95 | 0 | 0.03 | 282.89 | 0.94 | 0.51 |
| Hex | B5 | D | F8 | 1B | 5F | 0 | 3 | 11B | 5E | 33 |
| Octal | 265 | 15 | 370 | 33 | 137 | 0 | 3 | 433 | 136 | 63 |
| Binary | 10110101 | 1101 | 11111000 | 11011 | 1011111 | 0 | 11 | 100011011 | 1011110 | 110011 |
Color Harmonies of #B50DF8
Complementary color
Monochromatic Colors of #B50DF8
Black with #B50DF8
Text Example
Text Example
White with #B50DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DF8; }
p { color: rgb(181,13,248); }
H1.HeaderClassName
{
color: #B50DF8;
}
.AnyTagClassName
{
color: #B50DF8;
}
</style>
background-color css
<style>
a { background-color: #B50DF8; }
a { background-color: rgb(181,13,248); }
div.DivClassName
{
background-color: #B50DF8;
}
.BgClassName
{
background-color: #B50DF8;
}
</style>
border-color css
<style>
span { border-color: #B50DF8; }
span { border-color: rgb(181,13,248); }
td.TdClassName
{
border-color: #B50DF8;
}
.TagClassName
{
border-color: #B50DF8;
}
</style>