Shades of Electric Purple #B124EF
Tints of Electric Purple #B124EF
RGB
CMYK
RGB Variations
Color information
#B124EF (or 0xB124EF) is known color: Electric Purple. HEX triplet: B1, 24 and EF. RGB value is (177,36,239). Sum of RGB (Red+Green+Blue) = 177+36+239=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #B124EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B124EF is #4EDB10. Grayscale: #646464. Windows color (decimal): -5167889 or 15672497. OLE color: 15672497.
HSL color Cylindrical-coordinate representation of color #B124EF: hue angle of 281.67º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B124EF is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 36 | 239 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.06 |
| HSL | 281.67º | 0.86% | 0.54% | - |
| HSV(B) | 281.67º | 0.85% | 0.94% | - |
| XYZ | 34.34 | 16.84 | 83.1 | - |
| YUV | 101.3 | 205.71 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 239 | 0.26 | 0.85 | 0 | 0.06 | 281.67 | 0.86 | 0.54 |
| Hex | B1 | 24 | EF | 1A | 55 | 0 | 6 | 11A | 56 | 36 |
| Octal | 261 | 44 | 357 | 32 | 125 | 0 | 6 | 432 | 126 | 66 |
| Binary | 10110001 | 100100 | 11101111 | 11010 | 1010101 | 0 | 110 | 100011010 | 1010110 | 110110 |
Color Harmonies of #B124EF
Complementary color
Monochromatic Colors of #B124EF
Black with #B124EF
Text Example
Text Example
White with #B124EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124EF; }
p { color: rgb(177,36,239); }
H1.HeaderClassName
{
color: #B124EF;
}
.AnyTagClassName
{
color: #B124EF;
}
</style>
background-color css
<style>
a { background-color: #B124EF; }
a { background-color: rgb(177,36,239); }
div.DivClassName
{
background-color: #B124EF;
}
.BgClassName
{
background-color: #B124EF;
}
</style>
border-color css
<style>
span { border-color: #B124EF; }
span { border-color: rgb(177,36,239); }
td.TdClassName
{
border-color: #B124EF;
}
.TagClassName
{
border-color: #B124EF;
}
</style>