Shades of Electric Purple #B421EA
Tints of Electric Purple #B421EA
RGB
CMYK
RGB Variations
Color information
#B421EA (or 0xB421EA) is known color: Electric Purple. HEX triplet: B4, 21 and EA. RGB value is (180,33,234). Sum of RGB (Red+Green+Blue) = 180+33+234=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #B421EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B421EA is #4BDE15. Grayscale: #636363. Windows color (decimal): -4972054 or 15344052. OLE color: 15344052.
HSL color Cylindrical-coordinate representation of color #B421EA: hue angle of 283.88º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B421EA is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 33 | 234 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.08 |
| HSL | 283.88º | 0.83% | 0.52% | - |
| HSV(B) | 283.88º | 0.86% | 0.92% | - |
| XYZ | 34.22 | 16.73 | 79.27 | - |
| YUV | 99.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 234 | 0.23 | 0.86 | 0 | 0.08 | 283.88 | 0.83 | 0.52 |
| Hex | B4 | 21 | EA | 17 | 56 | 0 | 8 | 11C | 53 | 34 |
| Octal | 264 | 41 | 352 | 27 | 126 | 0 | 10 | 434 | 123 | 64 |
| Binary | 10110100 | 100001 | 11101010 | 10111 | 1010110 | 0 | 1000 | 100011100 | 1010011 | 110100 |
Color Harmonies of #B421EA
Complementary color
Monochromatic Colors of #B421EA
Black with #B421EA
Text Example
Text Example
White with #B421EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B421EA; }
p { color: rgb(180,33,234); }
H1.HeaderClassName
{
color: #B421EA;
}
.AnyTagClassName
{
color: #B421EA;
}
</style>
background-color css
<style>
a { background-color: #B421EA; }
a { background-color: rgb(180,33,234); }
div.DivClassName
{
background-color: #B421EA;
}
.BgClassName
{
background-color: #B421EA;
}
</style>
border-color css
<style>
span { border-color: #B421EA; }
span { border-color: rgb(180,33,234); }
td.TdClassName
{
border-color: #B421EA;
}
.TagClassName
{
border-color: #B421EA;
}
</style>