Shades of Medium Violet Red #B60996
Tints of Medium Violet Red #B60996
RGB
CMYK
RGB Variations
Color information
#B60996 (or 0xB60996) is known color: Medium Violet Red. HEX triplet: B6, 09 and 96. RGB value is (182,9,150). Sum of RGB (Red+Green+Blue) = 182+9+150=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B60996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60996 is #49F669. Grayscale: #4C4C4C. Windows color (decimal): -4847210 or 9832886. OLE color: 9832886.
HSL color Cylindrical-coordinate representation of color #B60996: hue angle of 311.1º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60996 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 9 | 150 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.29 |
| HSL | 311.1º | 0.91% | 0.37% | - |
| HSV(B) | 311.1º | 0.95% | 0.71% | - |
| XYZ | 24.89 | 12.34 | 29.92 | - |
| YUV | 76.8 | 169.31 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 150 | 0 | 0.95 | 0.18 | 0.29 | 311.1 | 0.91 | 0.37 |
| Hex | B6 | 9 | 96 | 0 | 5F | 12 | 1D | 137 | 5B | 25 |
| Octal | 266 | 11 | 226 | 0 | 137 | 22 | 35 | 467 | 133 | 45 |
| Binary | 10110110 | 1001 | 10010110 | 0 | 1011111 | 10010 | 11101 | 100110111 | 1011011 | 100101 |
Color Harmonies of #B60996
Complementary color
Monochromatic Colors of #B60996
Black with #B60996
Text Example
Text Example
White with #B60996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60996; }
p { color: rgb(182,9,150); }
H1.HeaderClassName
{
color: #B60996;
}
.AnyTagClassName
{
color: #B60996;
}
</style>
background-color css
<style>
a { background-color: #B60996; }
a { background-color: rgb(182,9,150); }
div.DivClassName
{
background-color: #B60996;
}
.BgClassName
{
background-color: #B60996;
}
</style>
border-color css
<style>
span { border-color: #B60996; }
span { border-color: rgb(182,9,150); }
td.TdClassName
{
border-color: #B60996;
}
.TagClassName
{
border-color: #B60996;
}
</style>