Shades of Electric Purple #B521FF
Tints of Electric Purple #B521FF
RGB
CMYK
RGB Variations
Color information
#B521FF (or 0xB521FF) is known color: Electric Purple. HEX triplet: B5, 21 and FF. RGB value is (181,33,255). Sum of RGB (Red+Green+Blue) = 181+33+255=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #B521FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521FF is #4ADE00. Grayscale: #656565. Windows color (decimal): -4906497 or 16720309. OLE color: 16720309.
HSL color Cylindrical-coordinate representation of color #B521FF: hue angle of 280º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B521FF is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 33 | 255 | - |
| CMYK | 0.29 | 0.87 | 0 | 0 |
| HSL | 280º | 1% | 0.56% | - |
| HSV(B) | 280º | 0.87% | 1% | - |
| XYZ | 37.65 | 18.13 | 96.12 | - |
| YUV | 102.56 | 214.03 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 255 | 0.29 | 0.87 | 0 | 0 | 280 | 1 | 0.56 |
| Hex | B5 | 21 | FF | 1D | 57 | 0 | 0 | 118 | 64 | 38 |
| Octal | 265 | 41 | 377 | 35 | 127 | 0 | 0 | 430 | 144 | 70 |
| Binary | 10110101 | 100001 | 11111111 | 11101 | 1010111 | 0 | 0 | 100011000 | 1100100 | 111000 |
Color Harmonies of #B521FF
Complementary color
Monochromatic Colors of #B521FF
Black with #B521FF
Text Example
Text Example
White with #B521FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521FF; }
p { color: rgb(181,33,255); }
H1.HeaderClassName
{
color: #B521FF;
}
.AnyTagClassName
{
color: #B521FF;
}
</style>
background-color css
<style>
a { background-color: #B521FF; }
a { background-color: rgb(181,33,255); }
div.DivClassName
{
background-color: #B521FF;
}
.BgClassName
{
background-color: #B521FF;
}
</style>
border-color css
<style>
span { border-color: #B521FF; }
span { border-color: rgb(181,33,255); }
td.TdClassName
{
border-color: #B521FF;
}
.TagClassName
{
border-color: #B521FF;
}
</style>