Shades of Electric Purple #B502EE
Tints of Electric Purple #B502EE
RGB
CMYK
RGB Variations
Color information
#B502EE (or 0xB502EE) is known color: Electric Purple. HEX triplet: B5, 02 and EE. RGB value is (181,2,238). Sum of RGB (Red+Green+Blue) = 181+2+238=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #B502EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B502EE is #4AFD11. Grayscale: #515151. Windows color (decimal): -4914450 or 15598261. OLE color: 15598261.
HSL color Cylindrical-coordinate representation of color #B502EE: hue angle of 285.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502EE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 2 | 238 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.07 |
| HSL | 285.51º | 0.98% | 0.47% | - |
| HSV(B) | 285.51º | 0.99% | 0.93% | - |
| XYZ | 34.51 | 16.04 | 82.17 | - |
| YUV | 82.43 | 215.8 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 238 | 0.24 | 0.99 | 0 | 0.07 | 285.51 | 0.98 | 0.47 |
| Hex | B5 | 2 | EE | 18 | 63 | 0 | 7 | 11E | 62 | 2F |
| Octal | 265 | 2 | 356 | 30 | 143 | 0 | 7 | 436 | 142 | 57 |
| Binary | 10110101 | 10 | 11101110 | 11000 | 1100011 | 0 | 111 | 100011110 | 1100010 | 101111 |
Color Harmonies of #B502EE
Complementary color
Monochromatic Colors of #B502EE
Black with #B502EE
Text Example
Text Example
White with #B502EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B502EE; }
p { color: rgb(181,2,238); }
H1.HeaderClassName
{
color: #B502EE;
}
.AnyTagClassName
{
color: #B502EE;
}
</style>
background-color css
<style>
a { background-color: #B502EE; }
a { background-color: rgb(181,2,238); }
div.DivClassName
{
background-color: #B502EE;
}
.BgClassName
{
background-color: #B502EE;
}
</style>
border-color css
<style>
span { border-color: #B502EE; }
span { border-color: rgb(181,2,238); }
td.TdClassName
{
border-color: #B502EE;
}
.TagClassName
{
border-color: #B502EE;
}
</style>