Shades of Electric Purple #B406EC
Tints of Electric Purple #B406EC
RGB
CMYK
RGB Variations
Color information
#B406EC (or 0xB406EC) is known color: Electric Purple. HEX triplet: B4, 06 and EC. RGB value is (180,6,236). Sum of RGB (Red+Green+Blue) = 180+6+236=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #B406EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B406EC is #4BF913. Grayscale: #535353. Windows color (decimal): -4978964 or 15468212. OLE color: 15468212.
HSL color Cylindrical-coordinate representation of color #B406EC: hue angle of 285.39º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B406EC is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 6 | 236 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.07 |
| HSL | 285.39º | 0.95% | 0.47% | - |
| HSV(B) | 285.39º | 0.97% | 0.93% | - |
| XYZ | 34.03 | 15.89 | 80.63 | - |
| YUV | 84.25 | 213.65 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 236 | 0.24 | 0.97 | 0 | 0.07 | 285.39 | 0.95 | 0.47 |
| Hex | B4 | 6 | EC | 18 | 61 | 0 | 7 | 11D | 5F | 2F |
| Octal | 264 | 6 | 354 | 30 | 141 | 0 | 7 | 435 | 137 | 57 |
| Binary | 10110100 | 110 | 11101100 | 11000 | 1100001 | 0 | 111 | 100011101 | 1011111 | 101111 |
Color Harmonies of #B406EC
Complementary color
Monochromatic Colors of #B406EC
Black with #B406EC
Text Example
Text Example
White with #B406EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B406EC; }
p { color: rgb(180,6,236); }
H1.HeaderClassName
{
color: #B406EC;
}
.AnyTagClassName
{
color: #B406EC;
}
</style>
background-color css
<style>
a { background-color: #B406EC; }
a { background-color: rgb(180,6,236); }
div.DivClassName
{
background-color: #B406EC;
}
.BgClassName
{
background-color: #B406EC;
}
</style>
border-color css
<style>
span { border-color: #B406EC; }
span { border-color: rgb(180,6,236); }
td.TdClassName
{
border-color: #B406EC;
}
.TagClassName
{
border-color: #B406EC;
}
</style>