Shades of Deep Magenta #B60DC2
Tints of Deep Magenta #B60DC2
RGB
CMYK
RGB Variations
Color information
#B60DC2 (or 0xB60DC2) is known color: Deep Magenta. HEX triplet: B6, 0D and C2. RGB value is (182,13,194). Sum of RGB (Red+Green+Blue) = 182+13+194=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #B60DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DC2 is #49F23D. Grayscale: #535353. Windows color (decimal): -4846142 or 12717494. OLE color: 12717494.
HSL color Cylindrical-coordinate representation of color #B60DC2: hue angle of 296.02º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60DC2 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 13 | 194 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.24 |
| HSL | 296.02º | 0.87% | 0.41% | - |
| HSV(B) | 296.02º | 0.93% | 0.76% | - |
| XYZ | 29.17 | 14.13 | 52.23 | - |
| YUV | 84.17 | 189.99 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 13 | 194 | 0.06 | 0.93 | 0 | 0.24 | 296.02 | 0.87 | 0.41 |
| Hex | B6 | D | C2 | 6 | 5D | 0 | 18 | 128 | 57 | 29 |
| Octal | 266 | 15 | 302 | 6 | 135 | 0 | 30 | 450 | 127 | 51 |
| Binary | 10110110 | 1101 | 11000010 | 110 | 1011101 | 0 | 11000 | 100101000 | 1010111 | 101001 |
Color Harmonies of #B60DC2
Complementary color
Monochromatic Colors of #B60DC2
Black with #B60DC2
Text Example
Text Example
White with #B60DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60DC2; }
p { color: rgb(182,13,194); }
H1.HeaderClassName
{
color: #B60DC2;
}
.AnyTagClassName
{
color: #B60DC2;
}
</style>
background-color css
<style>
a { background-color: #B60DC2; }
a { background-color: rgb(182,13,194); }
div.DivClassName
{
background-color: #B60DC2;
}
.BgClassName
{
background-color: #B60DC2;
}
</style>
border-color css
<style>
span { border-color: #B60DC2; }
span { border-color: rgb(182,13,194); }
td.TdClassName
{
border-color: #B60DC2;
}
.TagClassName
{
border-color: #B60DC2;
}
</style>