Shades of Electric Purple #B50DFF
Tints of Electric Purple #B50DFF
RGB
CMYK
RGB Variations
Color information
#B50DFF (or 0xB50DFF) is known color: Electric Purple. HEX triplet: B5, 0D and FF. RGB value is (181,13,255). Sum of RGB (Red+Green+Blue) = 181+13+255=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #B50DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50DFF is #4AF200. Grayscale: #5A5A5A. Windows color (decimal): -4911617 or 16715189. OLE color: 16715189.
HSL color Cylindrical-coordinate representation of color #B50DFF: hue angle of 281.65º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50DFF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 13 | 255 | - |
| CMYK | 0.29 | 0.95 | 0 | 0 |
| HSL | 281.65º | 1% | 0.53% | - |
| HSV(B) | 281.65º | 0.95% | 1% | - |
| XYZ | 37.25 | 17.33 | 95.99 | - |
| YUV | 90.82 | 220.66 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 255 | 0.29 | 0.95 | 0 | 0 | 281.65 | 1 | 0.53 |
| Hex | B5 | D | FF | 1D | 5F | 0 | 0 | 11A | 64 | 35 |
| Octal | 265 | 15 | 377 | 35 | 137 | 0 | 0 | 432 | 144 | 65 |
| Binary | 10110101 | 1101 | 11111111 | 11101 | 1011111 | 0 | 0 | 100011010 | 1100100 | 110101 |
Color Harmonies of #B50DFF
Complementary color
Monochromatic Colors of #B50DFF
Black with #B50DFF
Text Example
Text Example
White with #B50DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DFF; }
p { color: rgb(181,13,255); }
H1.HeaderClassName
{
color: #B50DFF;
}
.AnyTagClassName
{
color: #B50DFF;
}
</style>
background-color css
<style>
a { background-color: #B50DFF; }
a { background-color: rgb(181,13,255); }
div.DivClassName
{
background-color: #B50DFF;
}
.BgClassName
{
background-color: #B50DFF;
}
</style>
border-color css
<style>
span { border-color: #B50DFF; }
span { border-color: rgb(181,13,255); }
td.TdClassName
{
border-color: #B50DFF;
}
.TagClassName
{
border-color: #B50DFF;
}
</style>