Shades of Electric Purple #B529FE
Tints of Electric Purple #B529FE
RGB
CMYK
RGB Variations
Color information
#B529FE (or 0xB529FE) is known color: Electric Purple. HEX triplet: B5, 29 and FE. RGB value is (181,41,254). Sum of RGB (Red+Green+Blue) = 181+41+254=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #B529FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B529FE is #4AD601. Grayscale: #6A6A6A. Windows color (decimal): -4904450 or 16656821. OLE color: 16656821.
HSL color Cylindrical-coordinate representation of color #B529FE: hue angle of 279.44º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B529FE is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 41 | 254 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.00 |
| HSL | 279.44º | 0.99% | 0.58% | - |
| HSV(B) | 279.44º | 0.84% | 1% | - |
| XYZ | 37.74 | 18.57 | 95.36 | - |
| YUV | 107.14 | 210.88 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 254 | 0.29 | 0.84 | 0 | 0.00 | 279.44 | 0.99 | 0.58 |
| Hex | B5 | 29 | FE | 1D | 54 | 0 | 0 | 117 | 63 | 3A |
| Octal | 265 | 51 | 376 | 35 | 124 | 0 | 0 | 427 | 143 | 72 |
| Binary | 10110101 | 101001 | 11111110 | 11101 | 1010100 | 0 | 0 | 100010111 | 1100011 | 111010 |
Color Harmonies of #B529FE
Complementary color
Monochromatic Colors of #B529FE
Black with #B529FE
Text Example
Text Example
White with #B529FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529FE; }
p { color: rgb(181,41,254); }
H1.HeaderClassName
{
color: #B529FE;
}
.AnyTagClassName
{
color: #B529FE;
}
</style>
background-color css
<style>
a { background-color: #B529FE; }
a { background-color: rgb(181,41,254); }
div.DivClassName
{
background-color: #B529FE;
}
.BgClassName
{
background-color: #B529FE;
}
</style>
border-color css
<style>
span { border-color: #B529FE; }
span { border-color: rgb(181,41,254); }
td.TdClassName
{
border-color: #B529FE;
}
.TagClassName
{
border-color: #B529FE;
}
</style>