Shades of Electric Purple #B521FE
Tints of Electric Purple #B521FE
RGB
CMYK
RGB Variations
Color information
#B521FE (or 0xB521FE) is known color: Electric Purple. HEX triplet: B5, 21 and FE. RGB value is (181,33,254). Sum of RGB (Red+Green+Blue) = 181+33+254=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #B521FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521FE is #4ADE01. Grayscale: #656565. Windows color (decimal): -4906498 or 16654773. OLE color: 16654773.
HSL color Cylindrical-coordinate representation of color #B521FE: hue angle of 280.18º 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 #B521FE is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 33 | 254 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.00 |
| HSL | 280.18º | 0.99% | 0.56% | - |
| HSV(B) | 280.18º | 0.87% | 1% | - |
| XYZ | 37.49 | 18.07 | 95.28 | - |
| YUV | 102.45 | 213.53 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 254 | 0.29 | 0.87 | 0 | 0.00 | 280.18 | 0.99 | 0.56 |
| Hex | B5 | 21 | FE | 1D | 57 | 0 | 0 | 118 | 63 | 38 |
| Octal | 265 | 41 | 376 | 35 | 127 | 0 | 0 | 430 | 143 | 70 |
| Binary | 10110101 | 100001 | 11111110 | 11101 | 1010111 | 0 | 0 | 100011000 | 1100011 | 111000 |
Color Harmonies of #B521FE
Complementary color
Monochromatic Colors of #B521FE
Black with #B521FE
Text Example
Text Example
White with #B521FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521FE; }
p { color: rgb(181,33,254); }
H1.HeaderClassName
{
color: #B521FE;
}
.AnyTagClassName
{
color: #B521FE;
}
</style>
background-color css
<style>
a { background-color: #B521FE; }
a { background-color: rgb(181,33,254); }
div.DivClassName
{
background-color: #B521FE;
}
.BgClassName
{
background-color: #B521FE;
}
</style>
border-color css
<style>
span { border-color: #B521FE; }
span { border-color: rgb(181,33,254); }
td.TdClassName
{
border-color: #B521FE;
}
.TagClassName
{
border-color: #B521FE;
}
</style>