Shades of Electric Purple #B522F0
Tints of Electric Purple #B522F0
RGB
CMYK
RGB Variations
Color information
#B522F0 (or 0xB522F0) is known color: Electric Purple. HEX triplet: B5, 22 and F0. RGB value is (181,34,240). Sum of RGB (Red+Green+Blue) = 181+34+240=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 34 (13.67% from 255 or 7.47% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #B522F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B522F0 is #4ADD0F. Grayscale: #646464. Windows color (decimal): -4906256 or 15737525. OLE color: 15737525.
HSL color Cylindrical-coordinate representation of color #B522F0: hue angle of 282.82º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B522F0 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 34 | 240 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.06 |
| HSL | 282.82º | 0.87% | 0.54% | - |
| HSV(B) | 282.82º | 0.86% | 0.94% | - |
| XYZ | 35.36 | 17.26 | 83.91 | - |
| YUV | 101.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 240 | 0.25 | 0.86 | 0 | 0.06 | 282.82 | 0.87 | 0.54 |
| Hex | B5 | 22 | F0 | 19 | 56 | 0 | 6 | 11B | 57 | 36 |
| Octal | 265 | 42 | 360 | 31 | 126 | 0 | 6 | 433 | 127 | 66 |
| Binary | 10110101 | 100010 | 11110000 | 11001 | 1010110 | 0 | 110 | 100011011 | 1010111 | 110110 |
Color Harmonies of #B522F0
Complementary color
Monochromatic Colors of #B522F0
Black with #B522F0
Text Example
Text Example
White with #B522F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522F0; }
p { color: rgb(181,34,240); }
H1.HeaderClassName
{
color: #B522F0;
}
.AnyTagClassName
{
color: #B522F0;
}
</style>
background-color css
<style>
a { background-color: #B522F0; }
a { background-color: rgb(181,34,240); }
div.DivClassName
{
background-color: #B522F0;
}
.BgClassName
{
background-color: #B522F0;
}
</style>
border-color css
<style>
span { border-color: #B522F0; }
span { border-color: rgb(181,34,240); }
td.TdClassName
{
border-color: #B522F0;
}
.TagClassName
{
border-color: #B522F0;
}
</style>