Shades of Electric Purple #B529FB
Tints of Electric Purple #B529FB
RGB
CMYK
RGB Variations
Color information
#B529FB (or 0xB529FB) is known color: Electric Purple. HEX triplet: B5, 29 and FB. RGB value is (181,41,251). Sum of RGB (Red+Green+Blue) = 181+41+251=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #B529FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B529FB is #4AD604. Grayscale: #6A6A6A. Windows color (decimal): -4904453 or 16460213. OLE color: 16460213.
HSL color Cylindrical-coordinate representation of color #B529FB: hue angle of 280º degrees, saturation: 0.96, 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 #B529FB is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 41 | 251 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.02 |
| HSL | 280º | 0.96% | 0.57% | - |
| HSV(B) | 280º | 0.84% | 0.98% | - |
| XYZ | 37.26 | 18.37 | 92.85 | - |
| YUV | 106.8 | 209.38 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 251 | 0.28 | 0.84 | 0 | 0.02 | 280 | 0.96 | 0.57 |
| Hex | B5 | 29 | FB | 1C | 54 | 0 | 2 | 118 | 60 | 39 |
| Octal | 265 | 51 | 373 | 34 | 124 | 0 | 2 | 430 | 140 | 71 |
| Binary | 10110101 | 101001 | 11111011 | 11100 | 1010100 | 0 | 10 | 100011000 | 1100000 | 111001 |
Color Harmonies of #B529FB
Complementary color
Monochromatic Colors of #B529FB
Black with #B529FB
Text Example
Text Example
White with #B529FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B529FB; }
p { color: rgb(181,41,251); }
H1.HeaderClassName
{
color: #B529FB;
}
.AnyTagClassName
{
color: #B529FB;
}
</style>
background-color css
<style>
a { background-color: #B529FB; }
a { background-color: rgb(181,41,251); }
div.DivClassName
{
background-color: #B529FB;
}
.BgClassName
{
background-color: #B529FB;
}
</style>
border-color css
<style>
span { border-color: #B529FB; }
span { border-color: rgb(181,41,251); }
td.TdClassName
{
border-color: #B529FB;
}
.TagClassName
{
border-color: #B529FB;
}
</style>