Shades of Electric Purple #B520FE
Tints of Electric Purple #B520FE
RGB
CMYK
RGB Variations
Color information
#B520FE (or 0xB520FE) is known color: Electric Purple. HEX triplet: B5, 20 and FE. RGB value is (181,32,254). Sum of RGB (Red+Green+Blue) = 181+32+254=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #B520FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520FE is #4ADF01. Grayscale: #656565. Windows color (decimal): -4906754 or 16654517. OLE color: 16654517.
HSL color Cylindrical-coordinate representation of color #B520FE: hue angle of 280.27º 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 #B520FE is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 32 | 254 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.00 |
| HSL | 280.27º | 0.99% | 0.56% | - |
| HSV(B) | 280.27º | 0.87% | 1% | - |
| XYZ | 37.46 | 18.01 | 95.27 | - |
| YUV | 101.86 | 213.86 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 254 | 0.29 | 0.87 | 0 | 0.00 | 280.27 | 0.99 | 0.56 |
| Hex | B5 | 20 | FE | 1D | 57 | 0 | 0 | 118 | 63 | 38 |
| Octal | 265 | 40 | 376 | 35 | 127 | 0 | 0 | 430 | 143 | 70 |
| Binary | 10110101 | 100000 | 11111110 | 11101 | 1010111 | 0 | 0 | 100011000 | 1100011 | 111000 |
Color Harmonies of #B520FE
Complementary color
Monochromatic Colors of #B520FE
Black with #B520FE
Text Example
Text Example
White with #B520FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520FE; }
p { color: rgb(181,32,254); }
H1.HeaderClassName
{
color: #B520FE;
}
.AnyTagClassName
{
color: #B520FE;
}
</style>
background-color css
<style>
a { background-color: #B520FE; }
a { background-color: rgb(181,32,254); }
div.DivClassName
{
background-color: #B520FE;
}
.BgClassName
{
background-color: #B520FE;
}
</style>
border-color css
<style>
span { border-color: #B520FE; }
span { border-color: rgb(181,32,254); }
td.TdClassName
{
border-color: #B520FE;
}
.TagClassName
{
border-color: #B520FE;
}
</style>