Shades of Electric Purple #B527EE
Tints of Electric Purple #B527EE
RGB
CMYK
RGB Variations
Color information
#B527EE (or 0xB527EE) is known color: Electric Purple. HEX triplet: B5, 27 and EE. RGB value is (181,39,238). Sum of RGB (Red+Green+Blue) = 181+39+238=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #B527EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527EE is #4AD811. Grayscale: #676767. Windows color (decimal): -4904978 or 15607733. OLE color: 15607733.
HSL color Cylindrical-coordinate representation of color #B527EE: hue angle of 282.81º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B527EE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 39 | 238 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.07 |
| HSL | 282.81º | 0.85% | 0.54% | - |
| HSV(B) | 282.81º | 0.84% | 0.93% | - |
| XYZ | 35.21 | 17.45 | 82.4 | - |
| YUV | 104.14 | 203.54 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 238 | 0.24 | 0.84 | 0 | 0.07 | 282.81 | 0.85 | 0.54 |
| Hex | B5 | 27 | EE | 18 | 54 | 0 | 7 | 11B | 55 | 36 |
| Octal | 265 | 47 | 356 | 30 | 124 | 0 | 7 | 433 | 125 | 66 |
| Binary | 10110101 | 100111 | 11101110 | 11000 | 1010100 | 0 | 111 | 100011011 | 1010101 | 110110 |
Color Harmonies of #B527EE
Complementary color
Monochromatic Colors of #B527EE
Black with #B527EE
Text Example
Text Example
White with #B527EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527EE; }
p { color: rgb(181,39,238); }
H1.HeaderClassName
{
color: #B527EE;
}
.AnyTagClassName
{
color: #B527EE;
}
</style>
background-color css
<style>
a { background-color: #B527EE; }
a { background-color: rgb(181,39,238); }
div.DivClassName
{
background-color: #B527EE;
}
.BgClassName
{
background-color: #B527EE;
}
</style>
border-color css
<style>
span { border-color: #B527EE; }
span { border-color: rgb(181,39,238); }
td.TdClassName
{
border-color: #B527EE;
}
.TagClassName
{
border-color: #B527EE;
}
</style>