Shades of Electric Purple #B124ED
Tints of Electric Purple #B124ED
RGB
CMYK
RGB Variations
Color information
#B124ED (or 0xB124ED) is known color: Electric Purple. HEX triplet: B1, 24 and ED. RGB value is (177,36,237). Sum of RGB (Red+Green+Blue) = 177+36+237=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #B124ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B124ED is #4EDB12. Grayscale: #646464. Windows color (decimal): -5167891 or 15541425. OLE color: 15541425.
HSL color Cylindrical-coordinate representation of color #B124ED: hue angle of 282.09º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B124ED is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 36 | 237 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.07 |
| HSL | 282.09º | 0.85% | 0.54% | - |
| HSV(B) | 282.09º | 0.85% | 0.93% | - |
| XYZ | 34.05 | 16.72 | 81.55 | - |
| YUV | 101.07 | 204.71 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 237 | 0.25 | 0.85 | 0 | 0.07 | 282.09 | 0.85 | 0.54 |
| Hex | B1 | 24 | ED | 19 | 55 | 0 | 7 | 11A | 55 | 36 |
| Octal | 261 | 44 | 355 | 31 | 125 | 0 | 7 | 432 | 125 | 66 |
| Binary | 10110001 | 100100 | 11101101 | 11001 | 1010101 | 0 | 111 | 100011010 | 1010101 | 110110 |
Color Harmonies of #B124ED
Complementary color
Monochromatic Colors of #B124ED
Black with #B124ED
Text Example
Text Example
White with #B124ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B124ED; }
p { color: rgb(177,36,237); }
H1.HeaderClassName
{
color: #B124ED;
}
.AnyTagClassName
{
color: #B124ED;
}
</style>
background-color css
<style>
a { background-color: #B124ED; }
a { background-color: rgb(177,36,237); }
div.DivClassName
{
background-color: #B124ED;
}
.BgClassName
{
background-color: #B124ED;
}
</style>
border-color css
<style>
span { border-color: #B124ED; }
span { border-color: rgb(177,36,237); }
td.TdClassName
{
border-color: #B124ED;
}
.TagClassName
{
border-color: #B124ED;
}
</style>