Shades of Deep Magenta #B60AAB
Tints of Deep Magenta #B60AAB
RGB
CMYK
RGB Variations
Color information
#B60AAB (or 0xB60AAB) is known color: Deep Magenta. HEX triplet: B6, 0A and AB. RGB value is (182,10,171). Sum of RGB (Red+Green+Blue) = 182+10+171=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B60AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60AAB is #49F554. Grayscale: #4F4F4F. Windows color (decimal): -4846933 or 11209398. OLE color: 11209398.
HSL color Cylindrical-coordinate representation of color #B60AAB: hue angle of 303.84º 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 #B60AAB is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 10 | 171 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.29 |
| HSL | 303.84º | 0.9% | 0.38% | - |
| HSV(B) | 303.84º | 0.95% | 0.71% | - |
| XYZ | 26.75 | 13.1 | 39.65 | - |
| YUV | 79.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 171 | 0 | 0.95 | 0.06 | 0.29 | 303.84 | 0.9 | 0.38 |
| Hex | B6 | A | AB | 0 | 5F | 6 | 1D | 130 | 5A | 26 |
| Octal | 266 | 12 | 253 | 0 | 137 | 6 | 35 | 460 | 132 | 46 |
| Binary | 10110110 | 1010 | 10101011 | 0 | 1011111 | 110 | 11101 | 100110000 | 1011010 | 100110 |
Color Harmonies of #B60AAB
Complementary color
Monochromatic Colors of #B60AAB
Black with #B60AAB
Text Example
Text Example
White with #B60AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60AAB; }
p { color: rgb(182,10,171); }
H1.HeaderClassName
{
color: #B60AAB;
}
.AnyTagClassName
{
color: #B60AAB;
}
</style>
background-color css
<style>
a { background-color: #B60AAB; }
a { background-color: rgb(182,10,171); }
div.DivClassName
{
background-color: #B60AAB;
}
.BgClassName
{
background-color: #B60AAB;
}
</style>
border-color css
<style>
span { border-color: #B60AAB; }
span { border-color: rgb(182,10,171); }
td.TdClassName
{
border-color: #B60AAB;
}
.TagClassName
{
border-color: #B60AAB;
}
</style>