Shades of Electric Purple #B502FF
Tints of Electric Purple #B502FF
RGB
CMYK
RGB Variations
Color information
#B502FF (or 0xB502FF) is known color: Electric Purple. HEX triplet: B5, 02 and FF. RGB value is (181,2,255). Sum of RGB (Red+Green+Blue) = 181+2+255=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #B502FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B502FF is #4AFD00. Grayscale: #535353. Windows color (decimal): -4914433 or 16712373. OLE color: 16712373.
HSL color Cylindrical-coordinate representation of color #B502FF: hue angle of 282.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502FF is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 2 | 255 | - |
| CMYK | 0.29 | 0.99 | 0 | 0 |
| HSL | 282.45º | 1% | 0.5% | - |
| HSV(B) | 282.45º | 0.99% | 1% | - |
| XYZ | 37.13 | 17.09 | 95.95 | - |
| YUV | 84.36 | 224.3 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 255 | 0.29 | 0.99 | 0 | 0 | 282.45 | 1 | 0.5 |
| Hex | B5 | 2 | FF | 1D | 63 | 0 | 0 | 11A | 64 | 32 |
| Octal | 265 | 2 | 377 | 35 | 143 | 0 | 0 | 432 | 144 | 62 |
| Binary | 10110101 | 10 | 11111111 | 11101 | 1100011 | 0 | 0 | 100011010 | 1100100 | 110010 |
Color Harmonies of #B502FF
Complementary color
Monochromatic Colors of #B502FF
Black with #B502FF
Text Example
Text Example
White with #B502FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502FF; }
p { color: rgb(181,2,255); }
H1.HeaderClassName
{
color: #B502FF;
}
.AnyTagClassName
{
color: #B502FF;
}
</style>
background-color css
<style>
a { background-color: #B502FF; }
a { background-color: rgb(181,2,255); }
div.DivClassName
{
background-color: #B502FF;
}
.BgClassName
{
background-color: #B502FF;
}
</style>
border-color css
<style>
span { border-color: #B502FF; }
span { border-color: rgb(181,2,255); }
td.TdClassName
{
border-color: #B502FF;
}
.TagClassName
{
border-color: #B502FF;
}
</style>