Shades of Medium Violet Red #B60978
Tints of Medium Violet Red #B60978
RGB
CMYK
RGB Variations
Color information
#B60978 (or 0xB60978) is known color: Medium Violet Red. HEX triplet: B6, 09 and 78. RGB value is (182,9,120). Sum of RGB (Red+Green+Blue) = 182+9+120=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B60978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60978 is #49F687. Grayscale: #494949. Windows color (decimal): -4847240 or 7866806. OLE color: 7866806.
HSL color Cylindrical-coordinate representation of color #B60978: hue angle of 321.5º 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 #B60978 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 9 | 120 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.29 |
| HSL | 321.5º | 0.91% | 0.37% | - |
| HSV(B) | 321.5º | 0.95% | 0.71% | - |
| XYZ | 22.78 | 11.5 | 18.79 | - |
| YUV | 73.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 120 | 0 | 0.95 | 0.34 | 0.29 | 321.5 | 0.91 | 0.37 |
| Hex | B6 | 9 | 78 | 0 | 5F | 22 | 1D | 142 | 5B | 25 |
| Octal | 266 | 11 | 170 | 0 | 137 | 42 | 35 | 502 | 133 | 45 |
| Binary | 10110110 | 1001 | 1111000 | 0 | 1011111 | 100010 | 11101 | 101000010 | 1011011 | 100101 |
Color Harmonies of #B60978
Complementary color
Monochromatic Colors of #B60978
Black with #B60978
Text Example
Text Example
White with #B60978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60978; }
p { color: rgb(182,9,120); }
H1.HeaderClassName
{
color: #B60978;
}
.AnyTagClassName
{
color: #B60978;
}
</style>
background-color css
<style>
a { background-color: #B60978; }
a { background-color: rgb(182,9,120); }
div.DivClassName
{
background-color: #B60978;
}
.BgClassName
{
background-color: #B60978;
}
</style>
border-color css
<style>
span { border-color: #B60978; }
span { border-color: rgb(182,9,120); }
td.TdClassName
{
border-color: #B60978;
}
.TagClassName
{
border-color: #B60978;
}
</style>