Shades of Deep Magenta #B60CDC
Tints of Deep Magenta #B60CDC
RGB
CMYK
RGB Variations
Color information
#B60CDC (or 0xB60CDC) is known color: Deep Magenta. HEX triplet: B6, 0C and DC. RGB value is (182,12,220). Sum of RGB (Red+Green+Blue) = 182+12+220=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #B60CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CDC is #49F323. Grayscale: #555555. Windows color (decimal): -4846372 or 14421174. OLE color: 14421174.
HSL color Cylindrical-coordinate representation of color #B60CDC: hue angle of 289.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60CDC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 12 | 220 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.14 |
| HSL | 289.04º | 0.9% | 0.45% | - |
| HSV(B) | 289.04º | 0.95% | 0.86% | - |
| XYZ | 32.34 | 15.38 | 68.97 | - |
| YUV | 86.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 220 | 0.17 | 0.95 | 0 | 0.14 | 289.04 | 0.9 | 0.45 |
| Hex | B6 | C | DC | 11 | 5F | 0 | E | 121 | 5A | 2D |
| Octal | 266 | 14 | 334 | 21 | 137 | 0 | 16 | 441 | 132 | 55 |
| Binary | 10110110 | 1100 | 11011100 | 10001 | 1011111 | 0 | 1110 | 100100001 | 1011010 | 101101 |
Color Harmonies of #B60CDC
Complementary color
Monochromatic Colors of #B60CDC
Black with #B60CDC
Text Example
Text Example
White with #B60CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CDC; }
p { color: rgb(182,12,220); }
H1.HeaderClassName
{
color: #B60CDC;
}
.AnyTagClassName
{
color: #B60CDC;
}
</style>
background-color css
<style>
a { background-color: #B60CDC; }
a { background-color: rgb(182,12,220); }
div.DivClassName
{
background-color: #B60CDC;
}
.BgClassName
{
background-color: #B60CDC;
}
</style>
border-color css
<style>
span { border-color: #B60CDC; }
span { border-color: rgb(182,12,220); }
td.TdClassName
{
border-color: #B60CDC;
}
.TagClassName
{
border-color: #B60CDC;
}
</style>