Shades of Electric Purple #B528EE
Tints of Electric Purple #B528EE
RGB
CMYK
RGB Variations
Color information
#B528EE (or 0xB528EE) is known color: Electric Purple. HEX triplet: B5, 28 and EE. RGB value is (181,40,238). Sum of RGB (Red+Green+Blue) = 181+40+238=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #B528EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B528EE is #4AD711. Grayscale: #686868. Windows color (decimal): -4904722 or 15607989. OLE color: 15607989.
HSL color Cylindrical-coordinate representation of color #B528EE: hue angle of 282.73º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B528EE is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 40 | 238 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.07 |
| HSL | 282.73º | 0.85% | 0.55% | - |
| HSV(B) | 282.73º | 0.83% | 0.93% | - |
| XYZ | 35.25 | 17.51 | 82.41 | - |
| YUV | 104.73 | 203.21 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 238 | 0.24 | 0.83 | 0 | 0.07 | 282.73 | 0.85 | 0.55 |
| Hex | B5 | 28 | EE | 18 | 53 | 0 | 7 | 11B | 55 | 37 |
| Octal | 265 | 50 | 356 | 30 | 123 | 0 | 7 | 433 | 125 | 67 |
| Binary | 10110101 | 101000 | 11101110 | 11000 | 1010011 | 0 | 111 | 100011011 | 1010101 | 110111 |
Color Harmonies of #B528EE
Complementary color
Monochromatic Colors of #B528EE
Black with #B528EE
Text Example
Text Example
White with #B528EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528EE; }
p { color: rgb(181,40,238); }
H1.HeaderClassName
{
color: #B528EE;
}
.AnyTagClassName
{
color: #B528EE;
}
</style>
background-color css
<style>
a { background-color: #B528EE; }
a { background-color: rgb(181,40,238); }
div.DivClassName
{
background-color: #B528EE;
}
.BgClassName
{
background-color: #B528EE;
}
</style>
border-color css
<style>
span { border-color: #B528EE; }
span { border-color: rgb(181,40,238); }
td.TdClassName
{
border-color: #B528EE;
}
.TagClassName
{
border-color: #B528EE;
}
</style>