Shades of Electric Purple #B522FE
Tints of Electric Purple #B522FE
RGB
CMYK
RGB Variations
Color information
#B522FE (or 0xB522FE) is known color: Electric Purple. HEX triplet: B5, 22 and FE. RGB value is (181,34,254). Sum of RGB (Red+Green+Blue) = 181+34+254=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 34 (13.67% from 255 or 7.25% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #B522FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B522FE is #4ADD01. Grayscale: #666666. Windows color (decimal): -4906242 or 16655029. OLE color: 16655029.
HSL color Cylindrical-coordinate representation of color #B522FE: hue angle of 280.09º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B522FE is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 34 | 254 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.00 |
| HSL | 280.09º | 0.99% | 0.56% | - |
| HSV(B) | 280.09º | 0.87% | 1% | - |
| XYZ | 37.52 | 18.12 | 95.29 | - |
| YUV | 103.03 | 213.2 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 254 | 0.29 | 0.87 | 0 | 0.00 | 280.09 | 0.99 | 0.56 |
| Hex | B5 | 22 | FE | 1D | 57 | 0 | 0 | 118 | 63 | 38 |
| Octal | 265 | 42 | 376 | 35 | 127 | 0 | 0 | 430 | 143 | 70 |
| Binary | 10110101 | 100010 | 11111110 | 11101 | 1010111 | 0 | 0 | 100011000 | 1100011 | 111000 |
Color Harmonies of #B522FE
Complementary color
Monochromatic Colors of #B522FE
Black with #B522FE
Text Example
Text Example
White with #B522FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522FE; }
p { color: rgb(181,34,254); }
H1.HeaderClassName
{
color: #B522FE;
}
.AnyTagClassName
{
color: #B522FE;
}
</style>
background-color css
<style>
a { background-color: #B522FE; }
a { background-color: rgb(181,34,254); }
div.DivClassName
{
background-color: #B522FE;
}
.BgClassName
{
background-color: #B522FE;
}
</style>
border-color css
<style>
span { border-color: #B522FE; }
span { border-color: rgb(181,34,254); }
td.TdClassName
{
border-color: #B522FE;
}
.TagClassName
{
border-color: #B522FE;
}
</style>