Shades of Electric Purple #B520F8
Tints of Electric Purple #B520F8
RGB
CMYK
RGB Variations
Color information
#B520F8 (or 0xB520F8) is known color: Electric Purple. HEX triplet: B5, 20 and F8. RGB value is (181,32,248). Sum of RGB (Red+Green+Blue) = 181+32+248=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #B520F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520F8 is #4ADF07. Grayscale: #646464. Windows color (decimal): -4906760 or 16261301. OLE color: 16261301.
HSL color Cylindrical-coordinate representation of color #B520F8: hue angle of 281.39º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B520F8 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 32 | 248 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.03 |
| HSL | 281.39º | 0.94% | 0.55% | - |
| HSV(B) | 281.39º | 0.87% | 0.97% | - |
| XYZ | 36.52 | 17.63 | 90.29 | - |
| YUV | 101.18 | 210.86 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 248 | 0.27 | 0.87 | 0 | 0.03 | 281.39 | 0.94 | 0.55 |
| Hex | B5 | 20 | F8 | 1B | 57 | 0 | 3 | 119 | 5E | 37 |
| Octal | 265 | 40 | 370 | 33 | 127 | 0 | 3 | 431 | 136 | 67 |
| Binary | 10110101 | 100000 | 11111000 | 11011 | 1010111 | 0 | 11 | 100011001 | 1011110 | 110111 |
Color Harmonies of #B520F8
Complementary color
Monochromatic Colors of #B520F8
Black with #B520F8
Text Example
Text Example
White with #B520F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520F8; }
p { color: rgb(181,32,248); }
H1.HeaderClassName
{
color: #B520F8;
}
.AnyTagClassName
{
color: #B520F8;
}
</style>
background-color css
<style>
a { background-color: #B520F8; }
a { background-color: rgb(181,32,248); }
div.DivClassName
{
background-color: #B520F8;
}
.BgClassName
{
background-color: #B520F8;
}
</style>
border-color css
<style>
span { border-color: #B520F8; }
span { border-color: rgb(181,32,248); }
td.TdClassName
{
border-color: #B520F8;
}
.TagClassName
{
border-color: #B520F8;
}
</style>