Shades of Deep Magenta #B60DCC
Tints of Deep Magenta #B60DCC
RGB
CMYK
RGB Variations
Color information
#B60DCC (or 0xB60DCC) is known color: Deep Magenta. HEX triplet: B6, 0D and CC. RGB value is (182,13,204). Sum of RGB (Red+Green+Blue) = 182+13+204=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #B60DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DCC is #49F233. Grayscale: #545454. Windows color (decimal): -4846132 or 13372854. OLE color: 13372854.
HSL color Cylindrical-coordinate representation of color #B60DCC: hue angle of 293.09º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60DCC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 13 | 204 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.2 |
| HSL | 293.09º | 0.88% | 0.43% | - |
| HSV(B) | 293.09º | 0.94% | 0.8% | - |
| XYZ | 30.33 | 14.59 | 58.34 | - |
| YUV | 85.31 | 194.99 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 13 | 204 | 0.11 | 0.94 | 0 | 0.2 | 293.09 | 0.88 | 0.43 |
| Hex | B6 | D | CC | B | 5E | 0 | 14 | 125 | 58 | 2B |
| Octal | 266 | 15 | 314 | 13 | 136 | 0 | 24 | 445 | 130 | 53 |
| Binary | 10110110 | 1101 | 11001100 | 1011 | 1011110 | 0 | 10100 | 100100101 | 1011000 | 101011 |
Color Harmonies of #B60DCC
Complementary color
Monochromatic Colors of #B60DCC
Black with #B60DCC
Text Example
Text Example
White with #B60DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60DCC; }
p { color: rgb(182,13,204); }
H1.HeaderClassName
{
color: #B60DCC;
}
.AnyTagClassName
{
color: #B60DCC;
}
</style>
background-color css
<style>
a { background-color: #B60DCC; }
a { background-color: rgb(182,13,204); }
div.DivClassName
{
background-color: #B60DCC;
}
.BgClassName
{
background-color: #B60DCC;
}
</style>
border-color css
<style>
span { border-color: #B60DCC; }
span { border-color: rgb(182,13,204); }
td.TdClassName
{
border-color: #B60DCC;
}
.TagClassName
{
border-color: #B60DCC;
}
</style>