Shades of Deep Magenta #B60EC6
Tints of Deep Magenta #B60EC6
RGB
CMYK
RGB Variations
Color information
#B60EC6 (or 0xB60EC6) is known color: Deep Magenta. HEX triplet: B6, 0E and C6. RGB value is (182,14,198). Sum of RGB (Red+Green+Blue) = 182+14+198=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #B60EC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60EC6 is #49F139. Grayscale: #545454. Windows color (decimal): -4845882 or 12979894. OLE color: 12979894.
HSL color Cylindrical-coordinate representation of color #B60EC6: hue angle of 294.78º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60EC6 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 14 | 198 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.22 |
| HSL | 294.78º | 0.87% | 0.42% | - |
| HSV(B) | 294.78º | 0.93% | 0.78% | - |
| XYZ | 29.64 | 14.34 | 54.63 | - |
| YUV | 85.21 | 191.66 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 198 | 0.08 | 0.93 | 0 | 0.22 | 294.78 | 0.87 | 0.42 |
| Hex | B6 | E | C6 | 8 | 5D | 0 | 16 | 127 | 57 | 2A |
| Octal | 266 | 16 | 306 | 10 | 135 | 0 | 26 | 447 | 127 | 52 |
| Binary | 10110110 | 1110 | 11000110 | 1000 | 1011101 | 0 | 10110 | 100100111 | 1010111 | 101010 |
Color Harmonies of #B60EC6
Complementary color
Monochromatic Colors of #B60EC6
Black with #B60EC6
Text Example
Text Example
White with #B60EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60EC6; }
p { color: rgb(182,14,198); }
H1.HeaderClassName
{
color: #B60EC6;
}
.AnyTagClassName
{
color: #B60EC6;
}
</style>
background-color css
<style>
a { background-color: #B60EC6; }
a { background-color: rgb(182,14,198); }
div.DivClassName
{
background-color: #B60EC6;
}
.BgClassName
{
background-color: #B60EC6;
}
</style>
border-color css
<style>
span { border-color: #B60EC6; }
span { border-color: rgb(182,14,198); }
td.TdClassName
{
border-color: #B60EC6;
}
.TagClassName
{
border-color: #B60EC6;
}
</style>