Shades of Medium Violet Red #B60175
Tints of Medium Violet Red #B60175
RGB
CMYK
RGB Variations
Color information
#B60175 (or 0xB60175) is known color: Medium Violet Red. HEX triplet: B6, 01 and 75. RGB value is (182,1,117). Sum of RGB (Red+Green+Blue) = 182+1+117=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B60175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60175 is #49FE8A. Grayscale: #444444. Windows color (decimal): -4849291 or 7668150. OLE color: 7668150.
HSL color Cylindrical-coordinate representation of color #B60175: hue angle of 321.55º 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 #B60175 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.29 |
| HSL | 321.55º | 0.99% | 0.36% | - |
| HSV(B) | 321.55º | 0.99% | 0.71% | - |
| XYZ | 22.51 | 11.25 | 17.81 | - |
| YUV | 68.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 117 | 0 | 0.99 | 0.36 | 0.29 | 321.55 | 0.99 | 0.36 |
| Hex | B6 | 1 | 75 | 0 | 63 | 24 | 1D | 142 | 63 | 24 |
| Octal | 266 | 1 | 165 | 0 | 143 | 44 | 35 | 502 | 143 | 44 |
| Binary | 10110110 | 1 | 1110101 | 0 | 1100011 | 100100 | 11101 | 101000010 | 1100011 | 100100 |
Color Harmonies of #B60175
Complementary color
Monochromatic Colors of #B60175
Black with #B60175
Text Example
Text Example
White with #B60175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60175; }
p { color: rgb(182,1,117); }
H1.HeaderClassName
{
color: #B60175;
}
.AnyTagClassName
{
color: #B60175;
}
</style>
background-color css
<style>
a { background-color: #B60175; }
a { background-color: rgb(182,1,117); }
div.DivClassName
{
background-color: #B60175;
}
.BgClassName
{
background-color: #B60175;
}
</style>
border-color css
<style>
span { border-color: #B60175; }
span { border-color: rgb(182,1,117); }
td.TdClassName
{
border-color: #B60175;
}
.TagClassName
{
border-color: #B60175;
}
</style>