Shades of Medium Violet Red #B60B7D
Tints of Medium Violet Red #B60B7D
RGB
CMYK
RGB Variations
Color information
#B60B7D (or 0xB60B7D) is known color: Medium Violet Red. HEX triplet: B6, 0B and 7D. RGB value is (182,11,125). Sum of RGB (Red+Green+Blue) = 182+11+125=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60B7D is #49F482. Grayscale: #4A4A4A. Windows color (decimal): -4846723 or 8194998. OLE color: 8194998.
HSL color Cylindrical-coordinate representation of color #B60B7D: hue angle of 320º 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 #B60B7D is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 125 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.29 |
| HSL | 320º | 0.89% | 0.38% | - |
| HSV(B) | 320º | 0.94% | 0.71% | - |
| XYZ | 23.11 | 11.67 | 20.44 | - |
| YUV | 75.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 125 | 0 | 0.94 | 0.31 | 0.29 | 320 | 0.89 | 0.38 |
| Hex | B6 | B | 7D | 0 | 5E | 1F | 1D | 140 | 59 | 26 |
| Octal | 266 | 13 | 175 | 0 | 136 | 37 | 35 | 500 | 131 | 46 |
| Binary | 10110110 | 1011 | 1111101 | 0 | 1011110 | 11111 | 11101 | 101000000 | 1011001 | 100110 |
Color Harmonies of #B60B7D
Complementary color
Monochromatic Colors of #B60B7D
Black with #B60B7D
Text Example
Text Example
White with #B60B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60B7D; }
p { color: rgb(182,11,125); }
H1.HeaderClassName
{
color: #B60B7D;
}
.AnyTagClassName
{
color: #B60B7D;
}
</style>
background-color css
<style>
a { background-color: #B60B7D; }
a { background-color: rgb(182,11,125); }
div.DivClassName
{
background-color: #B60B7D;
}
.BgClassName
{
background-color: #B60B7D;
}
</style>
border-color css
<style>
span { border-color: #B60B7D; }
span { border-color: rgb(182,11,125); }
td.TdClassName
{
border-color: #B60B7D;
}
.TagClassName
{
border-color: #B60B7D;
}
</style>