Shades of Electric Purple #B526FE
Tints of Electric Purple #B526FE
RGB
CMYK
RGB Variations
Color information
#B526FE (or 0xB526FE) is known color: Electric Purple. HEX triplet: B5, 26 and FE. RGB value is (181,38,254). Sum of RGB (Red+Green+Blue) = 181+38+254=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #B526FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B526FE is #4AD901. Grayscale: #686868. Windows color (decimal): -4905218 or 16656053. OLE color: 16656053.
HSL color Cylindrical-coordinate representation of color #B526FE: hue angle of 279.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B526FE is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 38 | 254 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.00 |
| HSL | 279.72º | 0.99% | 0.57% | - |
| HSV(B) | 279.72º | 0.85% | 1% | - |
| XYZ | 37.64 | 18.37 | 95.33 | - |
| YUV | 105.38 | 211.88 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 254 | 0.29 | 0.85 | 0 | 0.00 | 279.72 | 0.99 | 0.57 |
| Hex | B5 | 26 | FE | 1D | 55 | 0 | 0 | 118 | 63 | 39 |
| Octal | 265 | 46 | 376 | 35 | 125 | 0 | 0 | 430 | 143 | 71 |
| Binary | 10110101 | 100110 | 11111110 | 11101 | 1010101 | 0 | 0 | 100011000 | 1100011 | 111001 |
Color Harmonies of #B526FE
Complementary color
Monochromatic Colors of #B526FE
Black with #B526FE
Text Example
Text Example
White with #B526FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B526FE; }
p { color: rgb(181,38,254); }
H1.HeaderClassName
{
color: #B526FE;
}
.AnyTagClassName
{
color: #B526FE;
}
</style>
background-color css
<style>
a { background-color: #B526FE; }
a { background-color: rgb(181,38,254); }
div.DivClassName
{
background-color: #B526FE;
}
.BgClassName
{
background-color: #B526FE;
}
</style>
border-color css
<style>
span { border-color: #B526FE; }
span { border-color: rgb(181,38,254); }
td.TdClassName
{
border-color: #B526FE;
}
.TagClassName
{
border-color: #B526FE;
}
</style>