Shades of Electric Purple #B527FB
Tints of Electric Purple #B527FB
RGB
CMYK
RGB Variations
Color information
#B527FB (or 0xB527FB) is known color: Electric Purple. HEX triplet: B5, 27 and FB. RGB value is (181,39,251). Sum of RGB (Red+Green+Blue) = 181+39+251=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #B527FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527FB is #4AD804. Grayscale: #686868. Windows color (decimal): -4904965 or 16459701. OLE color: 16459701.
HSL color Cylindrical-coordinate representation of color #B527FB: hue angle of 280.19º 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 #B527FB is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 39 | 251 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.02 |
| HSL | 280.19º | 0.96% | 0.57% | - |
| HSV(B) | 280.19º | 0.84% | 0.98% | - |
| XYZ | 37.19 | 18.24 | 92.83 | - |
| YUV | 105.63 | 210.04 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 251 | 0.28 | 0.84 | 0 | 0.02 | 280.19 | 0.96 | 0.57 |
| Hex | B5 | 27 | FB | 1C | 54 | 0 | 2 | 118 | 60 | 39 |
| Octal | 265 | 47 | 373 | 34 | 124 | 0 | 2 | 430 | 140 | 71 |
| Binary | 10110101 | 100111 | 11111011 | 11100 | 1010100 | 0 | 10 | 100011000 | 1100000 | 111001 |
Color Harmonies of #B527FB
Complementary color
Monochromatic Colors of #B527FB
Black with #B527FB
Text Example
Text Example
White with #B527FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527FB; }
p { color: rgb(181,39,251); }
H1.HeaderClassName
{
color: #B527FB;
}
.AnyTagClassName
{
color: #B527FB;
}
</style>
background-color css
<style>
a { background-color: #B527FB; }
a { background-color: rgb(181,39,251); }
div.DivClassName
{
background-color: #B527FB;
}
.BgClassName
{
background-color: #B527FB;
}
</style>
border-color css
<style>
span { border-color: #B527FB; }
span { border-color: rgb(181,39,251); }
td.TdClassName
{
border-color: #B527FB;
}
.TagClassName
{
border-color: #B527FB;
}
</style>