Shades of Electric Purple #B502FD
Tints of Electric Purple #B502FD
RGB
CMYK
RGB Variations
Color information
#B502FD (or 0xB502FD) is known color: Electric Purple. HEX triplet: B5, 02 and FD. RGB value is (181,2,253). Sum of RGB (Red+Green+Blue) = 181+2+253=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #B502FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B502FD is #4AFD02. Grayscale: #535353. Windows color (decimal): -4914435 or 16581301. OLE color: 16581301.
HSL color Cylindrical-coordinate representation of color #B502FD: hue angle of 282.79º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502FD is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 2 | 253 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.01 |
| HSL | 282.79º | 0.98% | 0.5% | - |
| HSV(B) | 282.79º | 0.99% | 0.99% | - |
| XYZ | 36.81 | 16.96 | 94.26 | - |
| YUV | 84.14 | 223.3 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 253 | 0.28 | 0.99 | 0 | 0.01 | 282.79 | 0.98 | 0.5 |
| Hex | B5 | 2 | FD | 1C | 63 | 0 | 1 | 11B | 62 | 32 |
| Octal | 265 | 2 | 375 | 34 | 143 | 0 | 1 | 433 | 142 | 62 |
| Binary | 10110101 | 10 | 11111101 | 11100 | 1100011 | 0 | 1 | 100011011 | 1100010 | 110010 |
Color Harmonies of #B502FD
Complementary color
Monochromatic Colors of #B502FD
Black with #B502FD
Text Example
Text Example
White with #B502FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502FD; }
p { color: rgb(181,2,253); }
H1.HeaderClassName
{
color: #B502FD;
}
.AnyTagClassName
{
color: #B502FD;
}
</style>
background-color css
<style>
a { background-color: #B502FD; }
a { background-color: rgb(181,2,253); }
div.DivClassName
{
background-color: #B502FD;
}
.BgClassName
{
background-color: #B502FD;
}
</style>
border-color css
<style>
span { border-color: #B502FD; }
span { border-color: rgb(181,2,253); }
td.TdClassName
{
border-color: #B502FD;
}
.TagClassName
{
border-color: #B502FD;
}
</style>