Shades of Medium Violet Red #B60179
Tints of Medium Violet Red #B60179
RGB
CMYK
RGB Variations
Color information
#B60179 (or 0xB60179) is known color: Medium Violet Red. HEX triplet: B6, 01 and 79. RGB value is (182,1,121). Sum of RGB (Red+Green+Blue) = 182+1+121=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B60179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60179 is #49FE86. Grayscale: #444444. Windows color (decimal): -4849287 or 7930294. OLE color: 7930294.
HSL color Cylindrical-coordinate representation of color #B60179: hue angle of 320.22º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60179 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.29 |
| HSL | 320.22º | 0.99% | 0.36% | - |
| HSV(B) | 320.22º | 0.99% | 0.71% | - |
| XYZ | 22.75 | 11.35 | 19.08 | - |
| YUV | 68.8 | 157.47 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 121 | 0 | 0.99 | 0.34 | 0.29 | 320.22 | 0.99 | 0.36 |
| Hex | B6 | 1 | 79 | 0 | 63 | 22 | 1D | 140 | 63 | 24 |
| Octal | 266 | 1 | 171 | 0 | 143 | 42 | 35 | 500 | 143 | 44 |
| Binary | 10110110 | 1 | 1111001 | 0 | 1100011 | 100010 | 11101 | 101000000 | 1100011 | 100100 |
Color Harmonies of #B60179
Complementary color
Monochromatic Colors of #B60179
Black with #B60179
Text Example
Text Example
White with #B60179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60179; }
p { color: rgb(182,1,121); }
H1.HeaderClassName
{
color: #B60179;
}
.AnyTagClassName
{
color: #B60179;
}
</style>
background-color css
<style>
a { background-color: #B60179; }
a { background-color: rgb(182,1,121); }
div.DivClassName
{
background-color: #B60179;
}
.BgClassName
{
background-color: #B60179;
}
</style>
border-color css
<style>
span { border-color: #B60179; }
span { border-color: rgb(182,1,121); }
td.TdClassName
{
border-color: #B60179;
}
.TagClassName
{
border-color: #B60179;
}
</style>