Shades of Medium Violet Red #B60788
Tints of Medium Violet Red #B60788
RGB
CMYK
RGB Variations
Color information
#B60788 (or 0xB60788) is known color: Medium Violet Red. HEX triplet: B6, 07 and 88. RGB value is (182,7,136). Sum of RGB (Red+Green+Blue) = 182+7+136=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B60788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60788 is #49F877. Grayscale: #494949. Windows color (decimal): -4847736 or 8914870. OLE color: 8914870.
HSL color Cylindrical-coordinate representation of color #B60788: hue angle of 315.77º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60788 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 136 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.29 |
| HSL | 315.77º | 0.93% | 0.37% | - |
| HSV(B) | 315.77º | 0.96% | 0.71% | - |
| XYZ | 23.81 | 11.87 | 24.33 | - |
| YUV | 74.03 | 162.98 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 136 | 0 | 0.96 | 0.25 | 0.29 | 315.77 | 0.93 | 0.37 |
| Hex | B6 | 7 | 88 | 0 | 60 | 19 | 1D | 13C | 5D | 25 |
| Octal | 266 | 7 | 210 | 0 | 140 | 31 | 35 | 474 | 135 | 45 |
| Binary | 10110110 | 111 | 10001000 | 0 | 1100000 | 11001 | 11101 | 100111100 | 1011101 | 100101 |
Color Harmonies of #B60788
Complementary color
Monochromatic Colors of #B60788
Black with #B60788
Text Example
Text Example
White with #B60788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60788; }
p { color: rgb(182,7,136); }
H1.HeaderClassName
{
color: #B60788;
}
.AnyTagClassName
{
color: #B60788;
}
</style>
background-color css
<style>
a { background-color: #B60788; }
a { background-color: rgb(182,7,136); }
div.DivClassName
{
background-color: #B60788;
}
.BgClassName
{
background-color: #B60788;
}
</style>
border-color css
<style>
span { border-color: #B60788; }
span { border-color: rgb(182,7,136); }
td.TdClassName
{
border-color: #B60788;
}
.TagClassName
{
border-color: #B60788;
}
</style>