Shades of Medium Violet Red #B60C7D
Tints of Medium Violet Red #B60C7D
RGB
CMYK
RGB Variations
Color information
#B60C7D (or 0xB60C7D) is known color: Medium Violet Red. HEX triplet: B6, 0C and 7D. RGB value is (182,12,125). Sum of RGB (Red+Green+Blue) = 182+12+125=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C7D is #49F382. Grayscale: #4B4B4B. Windows color (decimal): -4846467 or 8195254. OLE color: 8195254.
HSL color Cylindrical-coordinate representation of color #B60C7D: hue angle of 320.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60C7D is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 125 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.29 |
| HSL | 320.12º | 0.88% | 0.38% | - |
| HSV(B) | 320.12º | 0.93% | 0.71% | - |
| XYZ | 23.12 | 11.69 | 20.44 | - |
| YUV | 75.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 125 | 0 | 0.93 | 0.31 | 0.29 | 320.12 | 0.88 | 0.38 |
| Hex | B6 | C | 7D | 0 | 5D | 1F | 1D | 140 | 58 | 26 |
| Octal | 266 | 14 | 175 | 0 | 135 | 37 | 35 | 500 | 130 | 46 |
| Binary | 10110110 | 1100 | 1111101 | 0 | 1011101 | 11111 | 11101 | 101000000 | 1011000 | 100110 |
Color Harmonies of #B60C7D
Complementary color
Monochromatic Colors of #B60C7D
Black with #B60C7D
Text Example
Text Example
White with #B60C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C7D; }
p { color: rgb(182,12,125); }
H1.HeaderClassName
{
color: #B60C7D;
}
.AnyTagClassName
{
color: #B60C7D;
}
</style>
background-color css
<style>
a { background-color: #B60C7D; }
a { background-color: rgb(182,12,125); }
div.DivClassName
{
background-color: #B60C7D;
}
.BgClassName
{
background-color: #B60C7D;
}
</style>
border-color css
<style>
span { border-color: #B60C7D; }
span { border-color: rgb(182,12,125); }
td.TdClassName
{
border-color: #B60C7D;
}
.TagClassName
{
border-color: #B60C7D;
}
</style>