Shades of Electric Purple #B529FF
Tints of Electric Purple #B529FF
RGB
CMYK
RGB Variations
Color information
#B529FF (or 0xB529FF) is known color: Electric Purple. HEX triplet: B5, 29 and FF. RGB value is (181,41,255). Sum of RGB (Red+Green+Blue) = 181+41+255=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #B529FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B529FF is #4AD600. Grayscale: #6A6A6A. Windows color (decimal): -4904449 or 16722357. OLE color: 16722357.
HSL color Cylindrical-coordinate representation of color #B529FF: hue angle of 279.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B529FF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 41 | 255 | - |
| CMYK | 0.29 | 0.84 | 0 | 0 |
| HSL | 279.25º | 1% | 0.58% | - |
| HSV(B) | 279.25º | 0.84% | 1% | - |
| XYZ | 37.9 | 18.63 | 96.21 | - |
| YUV | 107.26 | 211.38 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 255 | 0.29 | 0.84 | 0 | 0 | 279.25 | 1 | 0.58 |
| Hex | B5 | 29 | FF | 1D | 54 | 0 | 0 | 117 | 64 | 3A |
| Octal | 265 | 51 | 377 | 35 | 124 | 0 | 0 | 427 | 144 | 72 |
| Binary | 10110101 | 101001 | 11111111 | 11101 | 1010100 | 0 | 0 | 100010111 | 1100100 | 111010 |
Color Harmonies of #B529FF
Complementary color
Monochromatic Colors of #B529FF
Black with #B529FF
Text Example
Text Example
White with #B529FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529FF; }
p { color: rgb(181,41,255); }
H1.HeaderClassName
{
color: #B529FF;
}
.AnyTagClassName
{
color: #B529FF;
}
</style>
background-color css
<style>
a { background-color: #B529FF; }
a { background-color: rgb(181,41,255); }
div.DivClassName
{
background-color: #B529FF;
}
.BgClassName
{
background-color: #B529FF;
}
</style>
border-color css
<style>
span { border-color: #B529FF; }
span { border-color: rgb(181,41,255); }
td.TdClassName
{
border-color: #B529FF;
}
.TagClassName
{
border-color: #B529FF;
}
</style>