Shades of Deep Magenta #B60EC7
Tints of Deep Magenta #B60EC7
RGB
CMYK
RGB Variations
Color information
#B60EC7 (or 0xB60EC7) is known color: Deep Magenta. HEX triplet: B6, 0E and C7. RGB value is (182,14,199). Sum of RGB (Red+Green+Blue) = 182+14+199=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 199 (78.12% from 255 or 50.38% from 395); Max value from RGB is 199 - color contains mainly: blue. Hex color #B60EC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60EC7 is #49F138. Grayscale: #545454. Windows color (decimal): -4845881 or 13045430. OLE color: 13045430.
HSL color Cylindrical-coordinate representation of color #B60EC7: hue angle of 294.49º 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 #B60EC7 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 14 | 199 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.22 |
| HSL | 294.49º | 0.87% | 0.42% | - |
| HSV(B) | 294.49º | 0.93% | 0.78% | - |
| XYZ | 29.76 | 14.38 | 55.24 | - |
| YUV | 85.32 | 192.16 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 199 | 0.09 | 0.93 | 0 | 0.22 | 294.49 | 0.87 | 0.42 |
| Hex | B6 | E | C7 | 9 | 5D | 0 | 16 | 126 | 57 | 2A |
| Octal | 266 | 16 | 307 | 11 | 135 | 0 | 26 | 446 | 127 | 52 |
| Binary | 10110110 | 1110 | 11000111 | 1001 | 1011101 | 0 | 10110 | 100100110 | 1010111 | 101010 |
Color Harmonies of #B60EC7
Complementary color
Monochromatic Colors of #B60EC7
Black with #B60EC7
Text Example
Text Example
White with #B60EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60EC7; }
p { color: rgb(182,14,199); }
H1.HeaderClassName
{
color: #B60EC7;
}
.AnyTagClassName
{
color: #B60EC7;
}
</style>
background-color css
<style>
a { background-color: #B60EC7; }
a { background-color: rgb(182,14,199); }
div.DivClassName
{
background-color: #B60EC7;
}
.BgClassName
{
background-color: #B60EC7;
}
</style>
border-color css
<style>
span { border-color: #B60EC7; }
span { border-color: rgb(182,14,199); }
td.TdClassName
{
border-color: #B60EC7;
}
.TagClassName
{
border-color: #B60EC7;
}
</style>