Shades of Electric Purple #B606EC
Tints of Electric Purple #B606EC
RGB
CMYK
RGB Variations
Color information
#B606EC (or 0xB606EC) is known color: Electric Purple. HEX triplet: B6, 06 and EC. RGB value is (182,6,236). Sum of RGB (Red+Green+Blue) = 182+6+236=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #B606EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B606EC is #49F913. Grayscale: #545454. Windows color (decimal): -4847892 or 15468214. OLE color: 15468214.
HSL color Cylindrical-coordinate representation of color #B606EC: hue angle of 285.91º 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 #B606EC is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 6 | 236 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.07 |
| HSL | 285.91º | 0.95% | 0.47% | - |
| HSV(B) | 285.91º | 0.97% | 0.93% | - |
| XYZ | 34.5 | 16.13 | 80.65 | - |
| YUV | 84.84 | 213.31 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 6 | 236 | 0.23 | 0.97 | 0 | 0.07 | 285.91 | 0.95 | 0.47 |
| Hex | B6 | 6 | EC | 17 | 61 | 0 | 7 | 11E | 5F | 2F |
| Octal | 266 | 6 | 354 | 27 | 141 | 0 | 7 | 436 | 137 | 57 |
| Binary | 10110110 | 110 | 11101100 | 10111 | 1100001 | 0 | 111 | 100011110 | 1011111 | 101111 |
Color Harmonies of #B606EC
Complementary color
Monochromatic Colors of #B606EC
Black with #B606EC
Text Example
Text Example
White with #B606EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B606EC; }
p { color: rgb(182,6,236); }
H1.HeaderClassName
{
color: #B606EC;
}
.AnyTagClassName
{
color: #B606EC;
}
</style>
background-color css
<style>
a { background-color: #B606EC; }
a { background-color: rgb(182,6,236); }
div.DivClassName
{
background-color: #B606EC;
}
.BgClassName
{
background-color: #B606EC;
}
</style>
border-color css
<style>
span { border-color: #B606EC; }
span { border-color: rgb(182,6,236); }
td.TdClassName
{
border-color: #B606EC;
}
.TagClassName
{
border-color: #B606EC;
}
</style>