Shades of Electric Purple #B50FDF
Tints of Electric Purple #B50FDF
RGB
CMYK
RGB Variations
Color information
#B50FDF (or 0xB50FDF) is known color: Electric Purple. HEX triplet: B5, 0F and DF. RGB value is (181,15,223). Sum of RGB (Red+Green+Blue) = 181+15+223=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #B50FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FDF is #4AF020. Grayscale: #575757. Windows color (decimal): -4911137 or 14618549. OLE color: 14618549.
HSL color Cylindrical-coordinate representation of color #B50FDF: hue angle of 287.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50FDF is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 15 | 223 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.13 |
| HSL | 287.88º | 0.87% | 0.47% | - |
| HSV(B) | 287.88º | 0.93% | 0.87% | - |
| XYZ | 32.55 | 15.49 | 71.09 | - |
| YUV | 88.35 | 204 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 223 | 0.19 | 0.93 | 0 | 0.13 | 287.88 | 0.87 | 0.47 |
| Hex | B5 | F | DF | 13 | 5D | 0 | D | 120 | 57 | 2F |
| Octal | 265 | 17 | 337 | 23 | 135 | 0 | 15 | 440 | 127 | 57 |
| Binary | 10110101 | 1111 | 11011111 | 10011 | 1011101 | 0 | 1101 | 100100000 | 1010111 | 101111 |
Color Harmonies of #B50FDF
Complementary color
Monochromatic Colors of #B50FDF
Black with #B50FDF
Text Example
Text Example
White with #B50FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FDF; }
p { color: rgb(181,15,223); }
H1.HeaderClassName
{
color: #B50FDF;
}
.AnyTagClassName
{
color: #B50FDF;
}
</style>
background-color css
<style>
a { background-color: #B50FDF; }
a { background-color: rgb(181,15,223); }
div.DivClassName
{
background-color: #B50FDF;
}
.BgClassName
{
background-color: #B50FDF;
}
</style>
border-color css
<style>
span { border-color: #B50FDF; }
span { border-color: rgb(181,15,223); }
td.TdClassName
{
border-color: #B50FDF;
}
.TagClassName
{
border-color: #B50FDF;
}
</style>