Shades of Electric Purple #B417EC
Tints of Electric Purple #B417EC
RGB
CMYK
RGB Variations
Color information
#B417EC (or 0xB417EC) is known color: Electric Purple. HEX triplet: B4, 17 and EC. RGB value is (180,23,236). Sum of RGB (Red+Green+Blue) = 180+23+236=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #B417EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B417EC is #4BE813. Grayscale: #5D5D5D. Windows color (decimal): -4974612 or 15472564. OLE color: 15472564.
HSL color Cylindrical-coordinate representation of color #B417EC: hue angle of 284.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B417EC is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 23 | 236 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.07 |
| HSL | 284.23º | 0.85% | 0.51% | - |
| HSV(B) | 284.23º | 0.9% | 0.93% | - |
| XYZ | 34.27 | 16.37 | 80.71 | - |
| YUV | 94.23 | 208.01 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 236 | 0.24 | 0.90 | 0 | 0.07 | 284.23 | 0.85 | 0.51 |
| Hex | B4 | 17 | EC | 18 | 5A | 0 | 7 | 11C | 55 | 33 |
| Octal | 264 | 27 | 354 | 30 | 132 | 0 | 7 | 434 | 125 | 63 |
| Binary | 10110100 | 10111 | 11101100 | 11000 | 1011010 | 0 | 111 | 100011100 | 1010101 | 110011 |
Color Harmonies of #B417EC
Complementary color
Monochromatic Colors of #B417EC
Black with #B417EC
Text Example
Text Example
White with #B417EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417EC; }
p { color: rgb(180,23,236); }
H1.HeaderClassName
{
color: #B417EC;
}
.AnyTagClassName
{
color: #B417EC;
}
</style>
background-color css
<style>
a { background-color: #B417EC; }
a { background-color: rgb(180,23,236); }
div.DivClassName
{
background-color: #B417EC;
}
.BgClassName
{
background-color: #B417EC;
}
</style>
border-color css
<style>
span { border-color: #B417EC; }
span { border-color: rgb(180,23,236); }
td.TdClassName
{
border-color: #B417EC;
}
.TagClassName
{
border-color: #B417EC;
}
</style>