Shades of Deep Magenta #B60BA8
Tints of Deep Magenta #B60BA8
RGB
CMYK
RGB Variations
Color information
#B60BA8 (or 0xB60BA8) is known color: Deep Magenta. HEX triplet: B6, 0B and A8. RGB value is (182,11,168). Sum of RGB (Red+Green+Blue) = 182+11+168=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B60BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60BA8 is #49F457. Grayscale: #4F4F4F. Windows color (decimal): -4846680 or 11013046. OLE color: 11013046.
HSL color Cylindrical-coordinate representation of color #B60BA8: hue angle of 304.91º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.29 |
| HSL | 304.91º | 0.89% | 0.38% | - |
| HSV(B) | 304.91º | 0.94% | 0.71% | - |
| XYZ | 26.48 | 13.01 | 38.16 | - |
| YUV | 80.03 | 177.65 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 168 | 0 | 0.94 | 0.08 | 0.29 | 304.91 | 0.89 | 0.38 |
| Hex | B6 | B | A8 | 0 | 5E | 8 | 1D | 131 | 59 | 26 |
| Octal | 266 | 13 | 250 | 0 | 136 | 10 | 35 | 461 | 131 | 46 |
| Binary | 10110110 | 1011 | 10101000 | 0 | 1011110 | 1000 | 11101 | 100110001 | 1011001 | 100110 |
Color Harmonies of #B60BA8
Complementary color
Monochromatic Colors of #B60BA8
Black with #B60BA8
Text Example
Text Example
White with #B60BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60BA8; }
p { color: rgb(182,11,168); }
H1.HeaderClassName
{
color: #B60BA8;
}
.AnyTagClassName
{
color: #B60BA8;
}
</style>
background-color css
<style>
a { background-color: #B60BA8; }
a { background-color: rgb(182,11,168); }
div.DivClassName
{
background-color: #B60BA8;
}
.BgClassName
{
background-color: #B60BA8;
}
</style>
border-color css
<style>
span { border-color: #B60BA8; }
span { border-color: rgb(182,11,168); }
td.TdClassName
{
border-color: #B60BA8;
}
.TagClassName
{
border-color: #B60BA8;
}
</style>