Shades of Electric Purple #B500FD
Tints of Electric Purple #B500FD
RGB
CMYK
RGB Variations
Color information
#B500FD (or 0xB500FD) is known color: Electric Purple. HEX triplet: B5, 00 and FD. RGB value is (181,0,253). Sum of RGB (Red+Green+Blue) = 181+0+253=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #B500FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B500FD is #4AFF02. Grayscale: #525252. Windows color (decimal): -4914947 or 16580789. OLE color: 16580789.
HSL color Cylindrical-coordinate representation of color #B500FD: hue angle of 282.92º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500FD is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 0 | 253 | - |
| CMYK | 0.28 | 1 | 0 | 0.01 |
| HSL | 282.92º | 1% | 0.5% | - |
| HSV(B) | 282.92º | 1% | 0.99% | - |
| XYZ | 36.79 | 16.92 | 94.25 | - |
| YUV | 82.96 | 223.97 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 253 | 0.28 | 1 | 0 | 0.01 | 282.92 | 1 | 0.5 |
| Hex | B5 | 0 | FD | 1C | 64 | 0 | 1 | 11B | 64 | 32 |
| Octal | 265 | 0 | 375 | 34 | 144 | 0 | 1 | 433 | 144 | 62 |
| Binary | 10110101 | 0 | 11111101 | 11100 | 1100100 | 0 | 1 | 100011011 | 1100100 | 110010 |
Color Harmonies of #B500FD
Complementary color
Monochromatic Colors of #B500FD
Black with #B500FD
Text Example
Text Example
White with #B500FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500FD; }
p { color: rgb(181,0,253); }
H1.HeaderClassName
{
color: #B500FD;
}
.AnyTagClassName
{
color: #B500FD;
}
</style>
background-color css
<style>
a { background-color: #B500FD; }
a { background-color: rgb(181,0,253); }
div.DivClassName
{
background-color: #B500FD;
}
.BgClassName
{
background-color: #B500FD;
}
</style>
border-color css
<style>
span { border-color: #B500FD; }
span { border-color: rgb(181,0,253); }
td.TdClassName
{
border-color: #B500FD;
}
.TagClassName
{
border-color: #B500FD;
}
</style>