Shades of Electric Purple #B503F0
Tints of Electric Purple #B503F0
RGB
CMYK
RGB Variations
Color information
#B503F0 (or 0xB503F0) is known color: Electric Purple. HEX triplet: B5, 03 and F0. RGB value is (181,3,240). Sum of RGB (Red+Green+Blue) = 181+3+240=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #B503F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B503F0 is #4AFC0F. Grayscale: #525252. Windows color (decimal): -4914192 or 15729589. OLE color: 15729589.
HSL color Cylindrical-coordinate representation of color #B503F0: hue angle of 285.06º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B503F0 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 3 | 240 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.06 |
| HSL | 285.06º | 0.98% | 0.48% | - |
| HSV(B) | 285.06º | 0.99% | 0.94% | - |
| XYZ | 34.82 | 16.18 | 83.73 | - |
| YUV | 83.24 | 216.47 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 240 | 0.25 | 0.99 | 0 | 0.06 | 285.06 | 0.98 | 0.48 |
| Hex | B5 | 3 | F0 | 19 | 63 | 0 | 6 | 11D | 62 | 30 |
| Octal | 265 | 3 | 360 | 31 | 143 | 0 | 6 | 435 | 142 | 60 |
| Binary | 10110101 | 11 | 11110000 | 11001 | 1100011 | 0 | 110 | 100011101 | 1100010 | 110000 |
Color Harmonies of #B503F0
Complementary color
Monochromatic Colors of #B503F0
Black with #B503F0
Text Example
Text Example
White with #B503F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B503F0; }
p { color: rgb(181,3,240); }
H1.HeaderClassName
{
color: #B503F0;
}
.AnyTagClassName
{
color: #B503F0;
}
</style>
background-color css
<style>
a { background-color: #B503F0; }
a { background-color: rgb(181,3,240); }
div.DivClassName
{
background-color: #B503F0;
}
.BgClassName
{
background-color: #B503F0;
}
</style>
border-color css
<style>
span { border-color: #B503F0; }
span { border-color: rgb(181,3,240); }
td.TdClassName
{
border-color: #B503F0;
}
.TagClassName
{
border-color: #B503F0;
}
</style>