Shades of Electric Purple #B503ED
Tints of Electric Purple #B503ED
RGB
CMYK
RGB Variations
Color information
#B503ED (or 0xB503ED) is known color: Electric Purple. HEX triplet: B5, 03 and ED. RGB value is (181,3,237). Sum of RGB (Red+Green+Blue) = 181+3+237=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #B503ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B503ED is #4AFC12. Grayscale: #525252. Windows color (decimal): -4914195 or 15532981. OLE color: 15532981.
HSL color Cylindrical-coordinate representation of color #B503ED: hue angle of 285.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B503ED is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 3 | 237 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.07 |
| HSL | 285.64º | 0.98% | 0.47% | - |
| HSV(B) | 285.64º | 0.99% | 0.93% | - |
| XYZ | 34.37 | 16 | 81.4 | - |
| YUV | 82.9 | 214.97 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 237 | 0.24 | 0.99 | 0 | 0.07 | 285.64 | 0.98 | 0.47 |
| Hex | B5 | 3 | ED | 18 | 63 | 0 | 7 | 11E | 62 | 2F |
| Octal | 265 | 3 | 355 | 30 | 143 | 0 | 7 | 436 | 142 | 57 |
| Binary | 10110101 | 11 | 11101101 | 11000 | 1100011 | 0 | 111 | 100011110 | 1100010 | 101111 |
Color Harmonies of #B503ED
Complementary color
Monochromatic Colors of #B503ED
Black with #B503ED
Text Example
Text Example
White with #B503ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B503ED; }
p { color: rgb(181,3,237); }
H1.HeaderClassName
{
color: #B503ED;
}
.AnyTagClassName
{
color: #B503ED;
}
</style>
background-color css
<style>
a { background-color: #B503ED; }
a { background-color: rgb(181,3,237); }
div.DivClassName
{
background-color: #B503ED;
}
.BgClassName
{
background-color: #B503ED;
}
</style>
border-color css
<style>
span { border-color: #B503ED; }
span { border-color: rgb(181,3,237); }
td.TdClassName
{
border-color: #B503ED;
}
.TagClassName
{
border-color: #B503ED;
}
</style>