Shades of Electric Purple #B121EA
Tints of Electric Purple #B121EA
RGB
CMYK
RGB Variations
Color information
#B121EA (or 0xB121EA) is known color: Electric Purple. HEX triplet: B1, 21 and EA. RGB value is (177,33,234). Sum of RGB (Red+Green+Blue) = 177+33+234=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #B121EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B121EA is #4EDE15. Grayscale: #626262. Windows color (decimal): -5168662 or 15344049. OLE color: 15344049.
HSL color Cylindrical-coordinate representation of color #B121EA: hue angle of 282.99º 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 #B121EA is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 33 | 234 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.08 |
| HSL | 282.99º | 0.83% | 0.52% | - |
| HSV(B) | 282.99º | 0.86% | 0.92% | - |
| XYZ | 33.53 | 16.38 | 79.24 | - |
| YUV | 98.97 | 204.21 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 234 | 0.24 | 0.86 | 0 | 0.08 | 282.99 | 0.83 | 0.52 |
| Hex | B1 | 21 | EA | 18 | 56 | 0 | 8 | 11B | 53 | 34 |
| Octal | 261 | 41 | 352 | 30 | 126 | 0 | 10 | 433 | 123 | 64 |
| Binary | 10110001 | 100001 | 11101010 | 11000 | 1010110 | 0 | 1000 | 100011011 | 1010011 | 110100 |
Color Harmonies of #B121EA
Complementary color
Monochromatic Colors of #B121EA
Black with #B121EA
Text Example
Text Example
White with #B121EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B121EA; }
p { color: rgb(177,33,234); }
H1.HeaderClassName
{
color: #B121EA;
}
.AnyTagClassName
{
color: #B121EA;
}
</style>
background-color css
<style>
a { background-color: #B121EA; }
a { background-color: rgb(177,33,234); }
div.DivClassName
{
background-color: #B121EA;
}
.BgClassName
{
background-color: #B121EA;
}
</style>
border-color css
<style>
span { border-color: #B121EA; }
span { border-color: rgb(177,33,234); }
td.TdClassName
{
border-color: #B121EA;
}
.TagClassName
{
border-color: #B121EA;
}
</style>