Shades of Electric Purple #B503E1
Tints of Electric Purple #B503E1
RGB
CMYK
RGB Variations
Color information
#B503E1 (or 0xB503E1) is known color: Electric Purple. HEX triplet: B5, 03 and E1. RGB value is (181,3,225). Sum of RGB (Red+Green+Blue) = 181+3+225=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #B503E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B503E1 is #4AFC1E. Grayscale: #505050. Windows color (decimal): -4914207 or 14746549. OLE color: 14746549.
HSL color Cylindrical-coordinate representation of color #B503E1: hue angle of 288.11º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B503E1 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 3 | 225 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.12 |
| HSL | 288.11º | 0.97% | 0.45% | - |
| HSV(B) | 288.11º | 0.99% | 0.88% | - |
| XYZ | 32.68 | 15.33 | 72.47 | - |
| YUV | 81.53 | 208.97 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 225 | 0.20 | 0.99 | 0 | 0.12 | 288.11 | 0.97 | 0.45 |
| Hex | B5 | 3 | E1 | 14 | 63 | 0 | C | 120 | 61 | 2D |
| Octal | 265 | 3 | 341 | 24 | 143 | 0 | 14 | 440 | 141 | 55 |
| Binary | 10110101 | 11 | 11100001 | 10100 | 1100011 | 0 | 1100 | 100100000 | 1100001 | 101101 |
Color Harmonies of #B503E1
Complementary color
Monochromatic Colors of #B503E1
Black with #B503E1
Text Example
Text Example
White with #B503E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B503E1; }
p { color: rgb(181,3,225); }
H1.HeaderClassName
{
color: #B503E1;
}
.AnyTagClassName
{
color: #B503E1;
}
</style>
background-color css
<style>
a { background-color: #B503E1; }
a { background-color: rgb(181,3,225); }
div.DivClassName
{
background-color: #B503E1;
}
.BgClassName
{
background-color: #B503E1;
}
</style>
border-color css
<style>
span { border-color: #B503E1; }
span { border-color: rgb(181,3,225); }
td.TdClassName
{
border-color: #B503E1;
}
.TagClassName
{
border-color: #B503E1;
}
</style>