Shades of Electric Purple #B407EC
Tints of Electric Purple #B407EC
RGB
CMYK
RGB Variations
Color information
#B407EC (or 0xB407EC) is known color: Electric Purple. HEX triplet: B4, 07 and EC. RGB value is (180,7,236). Sum of RGB (Red+Green+Blue) = 180+7+236=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #B407EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B407EC is #4BF813. Grayscale: #545454. Windows color (decimal): -4978708 or 15468468. OLE color: 15468468.
HSL color Cylindrical-coordinate representation of color #B407EC: hue angle of 285.33º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B407EC is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 7 | 236 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.07 |
| HSL | 285.33º | 0.94% | 0.48% | - |
| HSV(B) | 285.33º | 0.97% | 0.93% | - |
| XYZ | 34.04 | 15.91 | 80.63 | - |
| YUV | 84.83 | 213.31 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 236 | 0.24 | 0.97 | 0 | 0.07 | 285.33 | 0.94 | 0.48 |
| Hex | B4 | 7 | EC | 18 | 61 | 0 | 7 | 11D | 5E | 30 |
| Octal | 264 | 7 | 354 | 30 | 141 | 0 | 7 | 435 | 136 | 60 |
| Binary | 10110100 | 111 | 11101100 | 11000 | 1100001 | 0 | 111 | 100011101 | 1011110 | 110000 |
Color Harmonies of #B407EC
Complementary color
Monochromatic Colors of #B407EC
Black with #B407EC
Text Example
Text Example
White with #B407EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B407EC; }
p { color: rgb(180,7,236); }
H1.HeaderClassName
{
color: #B407EC;
}
.AnyTagClassName
{
color: #B407EC;
}
</style>
background-color css
<style>
a { background-color: #B407EC; }
a { background-color: rgb(180,7,236); }
div.DivClassName
{
background-color: #B407EC;
}
.BgClassName
{
background-color: #B407EC;
}
</style>
border-color css
<style>
span { border-color: #B407EC; }
span { border-color: rgb(180,7,236); }
td.TdClassName
{
border-color: #B407EC;
}
.TagClassName
{
border-color: #B407EC;
}
</style>