Shades of Deep Magenta #B60AAF
Tints of Deep Magenta #B60AAF
RGB
CMYK
RGB Variations
Color information
#B60AAF (or 0xB60AAF) is known color: Deep Magenta. HEX triplet: B6, 0A and AF. RGB value is (182,10,175). Sum of RGB (Red+Green+Blue) = 182+10+175=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B60AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60AAF is #49F550. Grayscale: #4F4F4F. Windows color (decimal): -4846929 or 11471542. OLE color: 11471542.
HSL color Cylindrical-coordinate representation of color #B60AAF: hue angle of 302.44º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60AAF is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.29 |
| HSL | 302.44º | 0.9% | 0.38% | - |
| HSV(B) | 302.44º | 0.95% | 0.71% | - |
| XYZ | 27.14 | 13.26 | 41.69 | - |
| YUV | 80.24 | 181.48 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 175 | 0 | 0.95 | 0.04 | 0.29 | 302.44 | 0.9 | 0.38 |
| Hex | B6 | A | AF | 0 | 5F | 4 | 1D | 12E | 5A | 26 |
| Octal | 266 | 12 | 257 | 0 | 137 | 4 | 35 | 456 | 132 | 46 |
| Binary | 10110110 | 1010 | 10101111 | 0 | 1011111 | 100 | 11101 | 100101110 | 1011010 | 100110 |
Color Harmonies of #B60AAF
Complementary color
Monochromatic Colors of #B60AAF
Black with #B60AAF
Text Example
Text Example
White with #B60AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60AAF; }
p { color: rgb(182,10,175); }
H1.HeaderClassName
{
color: #B60AAF;
}
.AnyTagClassName
{
color: #B60AAF;
}
</style>
background-color css
<style>
a { background-color: #B60AAF; }
a { background-color: rgb(182,10,175); }
div.DivClassName
{
background-color: #B60AAF;
}
.BgClassName
{
background-color: #B60AAF;
}
</style>
border-color css
<style>
span { border-color: #B60AAF; }
span { border-color: rgb(182,10,175); }
td.TdClassName
{
border-color: #B60AAF;
}
.TagClassName
{
border-color: #B60AAF;
}
</style>