Shades of Electric Purple #B529FA
Tints of Electric Purple #B529FA
RGB
CMYK
RGB Variations
Color information
#B529FA (or 0xB529FA) is known color: Electric Purple. HEX triplet: B5, 29 and FA. RGB value is (181,41,250). Sum of RGB (Red+Green+Blue) = 181+41+250=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #B529FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B529FA is #4AD605. Grayscale: #696969. Windows color (decimal): -4904454 or 16394677. OLE color: 16394677.
HSL color Cylindrical-coordinate representation of color #B529FA: hue angle of 280.19º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B529FA is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 41 | 250 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.02 |
| HSL | 280.19º | 0.95% | 0.57% | - |
| HSV(B) | 280.19º | 0.84% | 0.98% | - |
| XYZ | 37.1 | 18.31 | 92.02 | - |
| YUV | 106.69 | 208.88 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 250 | 0.28 | 0.84 | 0 | 0.02 | 280.19 | 0.95 | 0.57 |
| Hex | B5 | 29 | FA | 1C | 54 | 0 | 2 | 118 | 5F | 39 |
| Octal | 265 | 51 | 372 | 34 | 124 | 0 | 2 | 430 | 137 | 71 |
| Binary | 10110101 | 101001 | 11111010 | 11100 | 1010100 | 0 | 10 | 100011000 | 1011111 | 111001 |
Color Harmonies of #B529FA
Complementary color
Monochromatic Colors of #B529FA
Black with #B529FA
Text Example
Text Example
White with #B529FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529FA; }
p { color: rgb(181,41,250); }
H1.HeaderClassName
{
color: #B529FA;
}
.AnyTagClassName
{
color: #B529FA;
}
</style>
background-color css
<style>
a { background-color: #B529FA; }
a { background-color: rgb(181,41,250); }
div.DivClassName
{
background-color: #B529FA;
}
.BgClassName
{
background-color: #B529FA;
}
</style>
border-color css
<style>
span { border-color: #B529FA; }
span { border-color: rgb(181,41,250); }
td.TdClassName
{
border-color: #B529FA;
}
.TagClassName
{
border-color: #B529FA;
}
</style>