Shades of Electric Purple #B123EC
Tints of Electric Purple #B123EC
RGB
CMYK
RGB Variations
Color information
#B123EC (or 0xB123EC) is known color: Electric Purple. HEX triplet: B1, 23 and EC. RGB value is (177,35,236). Sum of RGB (Red+Green+Blue) = 177+35+236=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #B123EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B123EC is #4EDC13. Grayscale: #636363. Windows color (decimal): -5168148 or 15475633. OLE color: 15475633.
HSL color Cylindrical-coordinate representation of color #B123EC: hue angle of 282.39º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B123EC is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 35 | 236 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.07 |
| HSL | 282.39º | 0.84% | 0.53% | - |
| HSV(B) | 282.39º | 0.85% | 0.93% | - |
| XYZ | 33.87 | 16.61 | 80.78 | - |
| YUV | 100.37 | 204.54 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 236 | 0.25 | 0.85 | 0 | 0.07 | 282.39 | 0.84 | 0.53 |
| Hex | B1 | 23 | EC | 19 | 55 | 0 | 7 | 11A | 54 | 35 |
| Octal | 261 | 43 | 354 | 31 | 125 | 0 | 7 | 432 | 124 | 65 |
| Binary | 10110001 | 100011 | 11101100 | 11001 | 1010101 | 0 | 111 | 100011010 | 1010100 | 110101 |
Color Harmonies of #B123EC
Complementary color
Monochromatic Colors of #B123EC
Black with #B123EC
Text Example
Text Example
White with #B123EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B123EC; }
p { color: rgb(177,35,236); }
H1.HeaderClassName
{
color: #B123EC;
}
.AnyTagClassName
{
color: #B123EC;
}
</style>
background-color css
<style>
a { background-color: #B123EC; }
a { background-color: rgb(177,35,236); }
div.DivClassName
{
background-color: #B123EC;
}
.BgClassName
{
background-color: #B123EC;
}
</style>
border-color css
<style>
span { border-color: #B123EC; }
span { border-color: rgb(177,35,236); }
td.TdClassName
{
border-color: #B123EC;
}
.TagClassName
{
border-color: #B123EC;
}
</style>