Shades of Electric Purple #B520F3
Tints of Electric Purple #B520F3
RGB
CMYK
RGB Variations
Color information
#B520F3 (or 0xB520F3) is known color: Electric Purple. HEX triplet: B5, 20 and F3. RGB value is (181,32,243). Sum of RGB (Red+Green+Blue) = 181+32+243=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #B520F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520F3 is #4ADF0C. Grayscale: #636363. Windows color (decimal): -4906765 or 15933621. OLE color: 15933621.
HSL color Cylindrical-coordinate representation of color #B520F3: hue angle of 282.37º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B520F3 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 32 | 243 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.05 |
| HSL | 282.37º | 0.9% | 0.54% | - |
| HSV(B) | 282.37º | 0.87% | 0.95% | - |
| XYZ | 35.75 | 17.33 | 86.25 | - |
| YUV | 100.61 | 208.36 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 243 | 0.26 | 0.87 | 0 | 0.05 | 282.37 | 0.9 | 0.54 |
| Hex | B5 | 20 | F3 | 1A | 57 | 0 | 5 | 11A | 5A | 36 |
| Octal | 265 | 40 | 363 | 32 | 127 | 0 | 5 | 432 | 132 | 66 |
| Binary | 10110101 | 100000 | 11110011 | 11010 | 1010111 | 0 | 101 | 100011010 | 1011010 | 110110 |
Color Harmonies of #B520F3
Complementary color
Monochromatic Colors of #B520F3
Black with #B520F3
Text Example
Text Example
White with #B520F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520F3; }
p { color: rgb(181,32,243); }
H1.HeaderClassName
{
color: #B520F3;
}
.AnyTagClassName
{
color: #B520F3;
}
</style>
background-color css
<style>
a { background-color: #B520F3; }
a { background-color: rgb(181,32,243); }
div.DivClassName
{
background-color: #B520F3;
}
.BgClassName
{
background-color: #B520F3;
}
</style>
border-color css
<style>
span { border-color: #B520F3; }
span { border-color: rgb(181,32,243); }
td.TdClassName
{
border-color: #B520F3;
}
.TagClassName
{
border-color: #B520F3;
}
</style>