Shades of Electric Purple #B520FA
Tints of Electric Purple #B520FA
RGB
CMYK
RGB Variations
Color information
#B520FA (or 0xB520FA) is known color: Electric Purple. HEX triplet: B5, 20 and FA. RGB value is (181,32,250). Sum of RGB (Red+Green+Blue) = 181+32+250=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #B520FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520FA is #4ADF05. Grayscale: #646464. Windows color (decimal): -4906758 or 16392373. OLE color: 16392373.
HSL color Cylindrical-coordinate representation of color #B520FA: hue angle of 281.01º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B520FA is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 32 | 250 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.02 |
| HSL | 281.01º | 0.96% | 0.55% | - |
| HSV(B) | 281.01º | 0.87% | 0.98% | - |
| XYZ | 36.83 | 17.76 | 91.93 | - |
| YUV | 101.4 | 211.86 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 250 | 0.28 | 0.87 | 0 | 0.02 | 281.01 | 0.96 | 0.55 |
| Hex | B5 | 20 | FA | 1C | 57 | 0 | 2 | 119 | 60 | 37 |
| Octal | 265 | 40 | 372 | 34 | 127 | 0 | 2 | 431 | 140 | 67 |
| Binary | 10110101 | 100000 | 11111010 | 11100 | 1010111 | 0 | 10 | 100011001 | 1100000 | 110111 |
Color Harmonies of #B520FA
Complementary color
Monochromatic Colors of #B520FA
Black with #B520FA
Text Example
Text Example
White with #B520FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520FA; }
p { color: rgb(181,32,250); }
H1.HeaderClassName
{
color: #B520FA;
}
.AnyTagClassName
{
color: #B520FA;
}
</style>
background-color css
<style>
a { background-color: #B520FA; }
a { background-color: rgb(181,32,250); }
div.DivClassName
{
background-color: #B520FA;
}
.BgClassName
{
background-color: #B520FA;
}
</style>
border-color css
<style>
span { border-color: #B520FA; }
span { border-color: rgb(181,32,250); }
td.TdClassName
{
border-color: #B520FA;
}
.TagClassName
{
border-color: #B520FA;
}
</style>