Shades of Electric Purple #B421EE
Tints of Electric Purple #B421EE
RGB
CMYK
RGB Variations
Color information
#B421EE (or 0xB421EE) is known color: Electric Purple. HEX triplet: B4, 21 and EE. RGB value is (180,33,238). Sum of RGB (Red+Green+Blue) = 180+33+238=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #B421EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B421EE is #4BDE11. Grayscale: #636363. Windows color (decimal): -4972050 or 15606196. OLE color: 15606196.
HSL color Cylindrical-coordinate representation of color #B421EE: hue angle of 283.02º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B421EE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 33 | 238 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.07 |
| HSL | 283.02º | 0.86% | 0.53% | - |
| HSV(B) | 283.02º | 0.86% | 0.93% | - |
| XYZ | 34.8 | 16.96 | 82.33 | - |
| YUV | 100.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 238 | 0.24 | 0.86 | 0 | 0.07 | 283.02 | 0.86 | 0.53 |
| Hex | B4 | 21 | EE | 18 | 56 | 0 | 7 | 11B | 56 | 35 |
| Octal | 264 | 41 | 356 | 30 | 126 | 0 | 7 | 433 | 126 | 65 |
| Binary | 10110100 | 100001 | 11101110 | 11000 | 1010110 | 0 | 111 | 100011011 | 1010110 | 110101 |
Color Harmonies of #B421EE
Complementary color
Monochromatic Colors of #B421EE
Black with #B421EE
Text Example
Text Example
White with #B421EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421EE; }
p { color: rgb(180,33,238); }
H1.HeaderClassName
{
color: #B421EE;
}
.AnyTagClassName
{
color: #B421EE;
}
</style>
background-color css
<style>
a { background-color: #B421EE; }
a { background-color: rgb(180,33,238); }
div.DivClassName
{
background-color: #B421EE;
}
.BgClassName
{
background-color: #B421EE;
}
</style>
border-color css
<style>
span { border-color: #B421EE; }
span { border-color: rgb(180,33,238); }
td.TdClassName
{
border-color: #B421EE;
}
.TagClassName
{
border-color: #B421EE;
}
</style>