Shades of Medium Violet Red #B60D7B
Tints of Medium Violet Red #B60D7B
RGB
CMYK
RGB Variations
Color information
#B60D7B (or 0xB60D7B) is known color: Medium Violet Red. HEX triplet: B6, 0D and 7B. RGB value is (182,13,123). Sum of RGB (Red+Green+Blue) = 182+13+123=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60D7B is #49F284. Grayscale: #4B4B4B. Windows color (decimal): -4846213 or 8064438. OLE color: 8064438.
HSL color Cylindrical-coordinate representation of color #B60D7B: hue angle of 320.95º degrees, saturation: 0.87, 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 #B60D7B is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 13 | 123 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.29 |
| HSL | 320.95º | 0.87% | 0.38% | - |
| HSV(B) | 320.95º | 0.93% | 0.71% | - |
| XYZ | 23.01 | 11.66 | 19.78 | - |
| YUV | 76.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 13 | 123 | 0 | 0.93 | 0.32 | 0.29 | 320.95 | 0.87 | 0.38 |
| Hex | B6 | D | 7B | 0 | 5D | 20 | 1D | 141 | 57 | 26 |
| Octal | 266 | 15 | 173 | 0 | 135 | 40 | 35 | 501 | 127 | 46 |
| Binary | 10110110 | 1101 | 1111011 | 0 | 1011101 | 100000 | 11101 | 101000001 | 1010111 | 100110 |
Color Harmonies of #B60D7B
Complementary color
Monochromatic Colors of #B60D7B
Black with #B60D7B
Text Example
Text Example
White with #B60D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60D7B; }
p { color: rgb(182,13,123); }
H1.HeaderClassName
{
color: #B60D7B;
}
.AnyTagClassName
{
color: #B60D7B;
}
</style>
background-color css
<style>
a { background-color: #B60D7B; }
a { background-color: rgb(182,13,123); }
div.DivClassName
{
background-color: #B60D7B;
}
.BgClassName
{
background-color: #B60D7B;
}
</style>
border-color css
<style>
span { border-color: #B60D7B; }
span { border-color: rgb(182,13,123); }
td.TdClassName
{
border-color: #B60D7B;
}
.TagClassName
{
border-color: #B60D7B;
}
</style>