Shades of Electric Purple #B520E6
Tints of Electric Purple #B520E6
RGB
CMYK
RGB Variations
Color information
#B520E6 (or 0xB520E6) is known color: Electric Purple. HEX triplet: B5, 20 and E6. RGB value is (181,32,230). Sum of RGB (Red+Green+Blue) = 181+32+230=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #B520E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520E6 is #4ADF19. Grayscale: #626262. Windows color (decimal): -4906778 or 15081653. OLE color: 15081653.
HSL color Cylindrical-coordinate representation of color #B520E6: hue angle of 285.15º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B520E6 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 32 | 230 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.10 |
| HSL | 285.15º | 0.8% | 0.51% | - |
| HSV(B) | 285.15º | 0.86% | 0.9% | - |
| XYZ | 33.86 | 16.57 | 76.28 | - |
| YUV | 99.12 | 201.86 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 230 | 0.21 | 0.86 | 0 | 0.10 | 285.15 | 0.8 | 0.51 |
| Hex | B5 | 20 | E6 | 15 | 56 | 0 | A | 11D | 50 | 33 |
| Octal | 265 | 40 | 346 | 25 | 126 | 0 | 12 | 435 | 120 | 63 |
| Binary | 10110101 | 100000 | 11100110 | 10101 | 1010110 | 0 | 1010 | 100011101 | 1010000 | 110011 |
Color Harmonies of #B520E6
Complementary color
Monochromatic Colors of #B520E6
Black with #B520E6
Text Example
Text Example
White with #B520E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520E6; }
p { color: rgb(181,32,230); }
H1.HeaderClassName
{
color: #B520E6;
}
.AnyTagClassName
{
color: #B520E6;
}
</style>
background-color css
<style>
a { background-color: #B520E6; }
a { background-color: rgb(181,32,230); }
div.DivClassName
{
background-color: #B520E6;
}
.BgClassName
{
background-color: #B520E6;
}
</style>
border-color css
<style>
span { border-color: #B520E6; }
span { border-color: rgb(181,32,230); }
td.TdClassName
{
border-color: #B520E6;
}
.TagClassName
{
border-color: #B520E6;
}
</style>