Shades of Electric Purple #B50FFD
Tints of Electric Purple #B50FFD
RGB
CMYK
RGB Variations
Color information
#B50FFD (or 0xB50FFD) is known color: Electric Purple. HEX triplet: B5, 0F and FD. RGB value is (181,15,253). Sum of RGB (Red+Green+Blue) = 181+15+253=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #B50FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50FFD is #4AF002. Grayscale: #5A5A5A. Windows color (decimal): -4911107 or 16584629. OLE color: 16584629.
HSL color Cylindrical-coordinate representation of color #B50FFD: hue angle of 281.85º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50FFD is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 15 | 253 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.01 |
| HSL | 281.85º | 0.98% | 0.53% | - |
| HSV(B) | 281.85º | 0.94% | 0.99% | - |
| XYZ | 36.96 | 17.26 | 94.31 | - |
| YUV | 91.77 | 219 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 253 | 0.28 | 0.94 | 0 | 0.01 | 281.85 | 0.98 | 0.53 |
| Hex | B5 | F | FD | 1C | 5E | 0 | 1 | 11A | 62 | 35 |
| Octal | 265 | 17 | 375 | 34 | 136 | 0 | 1 | 432 | 142 | 65 |
| Binary | 10110101 | 1111 | 11111101 | 11100 | 1011110 | 0 | 1 | 100011010 | 1100010 | 110101 |
Color Harmonies of #B50FFD
Complementary color
Monochromatic Colors of #B50FFD
Black with #B50FFD
Text Example
Text Example
White with #B50FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FFD; }
p { color: rgb(181,15,253); }
H1.HeaderClassName
{
color: #B50FFD;
}
.AnyTagClassName
{
color: #B50FFD;
}
</style>
background-color css
<style>
a { background-color: #B50FFD; }
a { background-color: rgb(181,15,253); }
div.DivClassName
{
background-color: #B50FFD;
}
.BgClassName
{
background-color: #B50FFD;
}
</style>
border-color css
<style>
span { border-color: #B50FFD; }
span { border-color: rgb(181,15,253); }
td.TdClassName
{
border-color: #B50FFD;
}
.TagClassName
{
border-color: #B50FFD;
}
</style>