Shades of Electric Purple #B503FA
Tints of Electric Purple #B503FA
RGB
CMYK
RGB Variations
Color information
#B503FA (or 0xB503FA) is known color: Electric Purple. HEX triplet: B5, 03 and FA. RGB value is (181,3,250). Sum of RGB (Red+Green+Blue) = 181+3+250=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #B503FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B503FA is #4AFC05. Grayscale: #535353. Windows color (decimal): -4914182 or 16384949. OLE color: 16384949.
HSL color Cylindrical-coordinate representation of color #B503FA: hue angle of 283.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B503FA is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 3 | 250 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.02 |
| HSL | 283.24º | 0.98% | 0.5% | - |
| HSV(B) | 283.24º | 0.99% | 0.98% | - |
| XYZ | 36.34 | 16.79 | 91.77 | - |
| YUV | 84.38 | 221.47 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 250 | 0.28 | 0.99 | 0 | 0.02 | 283.24 | 0.98 | 0.5 |
| Hex | B5 | 3 | FA | 1C | 63 | 0 | 2 | 11B | 62 | 32 |
| Octal | 265 | 3 | 372 | 34 | 143 | 0 | 2 | 433 | 142 | 62 |
| Binary | 10110101 | 11 | 11111010 | 11100 | 1100011 | 0 | 10 | 100011011 | 1100010 | 110010 |
Color Harmonies of #B503FA
Complementary color
Monochromatic Colors of #B503FA
Black with #B503FA
Text Example
Text Example
White with #B503FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B503FA; }
p { color: rgb(181,3,250); }
H1.HeaderClassName
{
color: #B503FA;
}
.AnyTagClassName
{
color: #B503FA;
}
</style>
background-color css
<style>
a { background-color: #B503FA; }
a { background-color: rgb(181,3,250); }
div.DivClassName
{
background-color: #B503FA;
}
.BgClassName
{
background-color: #B503FA;
}
</style>
border-color css
<style>
span { border-color: #B503FA; }
span { border-color: rgb(181,3,250); }
td.TdClassName
{
border-color: #B503FA;
}
.TagClassName
{
border-color: #B503FA;
}
</style>