Shades of Electric Purple #B120EA
Tints of Electric Purple #B120EA
RGB
CMYK
RGB Variations
Color information
#B120EA (or 0xB120EA) is known color: Electric Purple. HEX triplet: B1, 20 and EA. RGB value is (177,32,234). Sum of RGB (Red+Green+Blue) = 177+32+234=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #B120EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B120EA is #4EDF15. Grayscale: #616161. Windows color (decimal): -5168918 or 15343793. OLE color: 15343793.
HSL color Cylindrical-coordinate representation of color #B120EA: hue angle of 283.07º 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 #B120EA is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 32 | 234 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.08 |
| HSL | 283.07º | 0.83% | 0.52% | - |
| HSV(B) | 283.07º | 0.86% | 0.92% | - |
| XYZ | 33.5 | 16.32 | 79.23 | - |
| YUV | 98.38 | 204.54 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 234 | 0.24 | 0.86 | 0 | 0.08 | 283.07 | 0.83 | 0.52 |
| Hex | B1 | 20 | EA | 18 | 56 | 0 | 8 | 11B | 53 | 34 |
| Octal | 261 | 40 | 352 | 30 | 126 | 0 | 10 | 433 | 123 | 64 |
| Binary | 10110001 | 100000 | 11101010 | 11000 | 1010110 | 0 | 1000 | 100011011 | 1010011 | 110100 |
Color Harmonies of #B120EA
Complementary color
Monochromatic Colors of #B120EA
Black with #B120EA
Text Example
Text Example
White with #B120EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B120EA; }
p { color: rgb(177,32,234); }
H1.HeaderClassName
{
color: #B120EA;
}
.AnyTagClassName
{
color: #B120EA;
}
</style>
background-color css
<style>
a { background-color: #B120EA; }
a { background-color: rgb(177,32,234); }
div.DivClassName
{
background-color: #B120EA;
}
.BgClassName
{
background-color: #B120EA;
}
</style>
border-color css
<style>
span { border-color: #B120EA; }
span { border-color: rgb(177,32,234); }
td.TdClassName
{
border-color: #B120EA;
}
.TagClassName
{
border-color: #B120EA;
}
</style>