Shades of Electric Purple #B526EE
Tints of Electric Purple #B526EE
RGB
CMYK
RGB Variations
Color information
#B526EE (or 0xB526EE) is known color: Electric Purple. HEX triplet: B5, 26 and EE. RGB value is (181,38,238). Sum of RGB (Red+Green+Blue) = 181+38+238=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #B526EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B526EE is #4AD911. Grayscale: #666666. Windows color (decimal): -4905234 or 15607477. OLE color: 15607477.
HSL color Cylindrical-coordinate representation of color #B526EE: hue angle of 282.9º 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 #B526EE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 38 | 238 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.07 |
| HSL | 282.9º | 0.85% | 0.54% | - |
| HSV(B) | 282.9º | 0.84% | 0.93% | - |
| XYZ | 35.18 | 17.38 | 82.39 | - |
| YUV | 103.56 | 203.88 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 238 | 0.24 | 0.84 | 0 | 0.07 | 282.9 | 0.85 | 0.54 |
| Hex | B5 | 26 | EE | 18 | 54 | 0 | 7 | 11B | 55 | 36 |
| Octal | 265 | 46 | 356 | 30 | 124 | 0 | 7 | 433 | 125 | 66 |
| Binary | 10110101 | 100110 | 11101110 | 11000 | 1010100 | 0 | 111 | 100011011 | 1010101 | 110110 |
Color Harmonies of #B526EE
Complementary color
Monochromatic Colors of #B526EE
Black with #B526EE
Text Example
Text Example
White with #B526EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B526EE; }
p { color: rgb(181,38,238); }
H1.HeaderClassName
{
color: #B526EE;
}
.AnyTagClassName
{
color: #B526EE;
}
</style>
background-color css
<style>
a { background-color: #B526EE; }
a { background-color: rgb(181,38,238); }
div.DivClassName
{
background-color: #B526EE;
}
.BgClassName
{
background-color: #B526EE;
}
</style>
border-color css
<style>
span { border-color: #B526EE; }
span { border-color: rgb(181,38,238); }
td.TdClassName
{
border-color: #B526EE;
}
.TagClassName
{
border-color: #B526EE;
}
</style>