Shades of Deep Magenta #B60CAA
Tints of Deep Magenta #B60CAA
RGB
CMYK
RGB Variations
Color information
#B60CAA (or 0xB60CAA) is known color: Deep Magenta. HEX triplet: B6, 0C and AA. RGB value is (182,12,170). Sum of RGB (Red+Green+Blue) = 182+12+170=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B60CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60CAA is #49F355. Grayscale: #505050. Windows color (decimal): -4846422 or 11144374. OLE color: 11144374.
HSL color Cylindrical-coordinate representation of color #B60CAA: hue angle of 304.24º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60CAA is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 170 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.29 |
| HSL | 304.24º | 0.88% | 0.38% | - |
| HSV(B) | 304.24º | 0.93% | 0.71% | - |
| XYZ | 26.68 | 13.11 | 39.15 | - |
| YUV | 80.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 170 | 0 | 0.93 | 0.07 | 0.29 | 304.24 | 0.88 | 0.38 |
| Hex | B6 | C | AA | 0 | 5D | 7 | 1D | 130 | 58 | 26 |
| Octal | 266 | 14 | 252 | 0 | 135 | 7 | 35 | 460 | 130 | 46 |
| Binary | 10110110 | 1100 | 10101010 | 0 | 1011101 | 111 | 11101 | 100110000 | 1011000 | 100110 |
Color Harmonies of #B60CAA
Complementary color
Monochromatic Colors of #B60CAA
Black with #B60CAA
Text Example
Text Example
White with #B60CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60CAA; }
p { color: rgb(182,12,170); }
H1.HeaderClassName
{
color: #B60CAA;
}
.AnyTagClassName
{
color: #B60CAA;
}
</style>
background-color css
<style>
a { background-color: #B60CAA; }
a { background-color: rgb(182,12,170); }
div.DivClassName
{
background-color: #B60CAA;
}
.BgClassName
{
background-color: #B60CAA;
}
</style>
border-color css
<style>
span { border-color: #B60CAA; }
span { border-color: rgb(182,12,170); }
td.TdClassName
{
border-color: #B60CAA;
}
.TagClassName
{
border-color: #B60CAA;
}
</style>