Shades of Electric Purple #B503FE
Tints of Electric Purple #B503FE
RGB
CMYK
RGB Variations
Color information
#B503FE (or 0xB503FE) is known color: Electric Purple. HEX triplet: B5, 03 and FE. RGB value is (181,3,254). Sum of RGB (Red+Green+Blue) = 181+3+254=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #B503FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B503FE is #4AFC01. Grayscale: #545454. Windows color (decimal): -4914178 or 16647093. OLE color: 16647093.
HSL color Cylindrical-coordinate representation of color #B503FE: hue angle of 282.55º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B503FE is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 3 | 254 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.00 |
| HSL | 282.55º | 0.99% | 0.5% | - |
| HSV(B) | 282.55º | 0.99% | 1% | - |
| XYZ | 36.98 | 17.04 | 95.11 | - |
| YUV | 84.84 | 223.47 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 254 | 0.29 | 0.99 | 0 | 0.00 | 282.55 | 0.99 | 0.5 |
| Hex | B5 | 3 | FE | 1D | 63 | 0 | 0 | 11B | 63 | 32 |
| Octal | 265 | 3 | 376 | 35 | 143 | 0 | 0 | 433 | 143 | 62 |
| Binary | 10110101 | 11 | 11111110 | 11101 | 1100011 | 0 | 0 | 100011011 | 1100011 | 110010 |
Color Harmonies of #B503FE
Complementary color
Monochromatic Colors of #B503FE
Black with #B503FE
Text Example
Text Example
White with #B503FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B503FE; }
p { color: rgb(181,3,254); }
H1.HeaderClassName
{
color: #B503FE;
}
.AnyTagClassName
{
color: #B503FE;
}
</style>
background-color css
<style>
a { background-color: #B503FE; }
a { background-color: rgb(181,3,254); }
div.DivClassName
{
background-color: #B503FE;
}
.BgClassName
{
background-color: #B503FE;
}
</style>
border-color css
<style>
span { border-color: #B503FE; }
span { border-color: rgb(181,3,254); }
td.TdClassName
{
border-color: #B503FE;
}
.TagClassName
{
border-color: #B503FE;
}
</style>