Shades of Medium Violet Red #B60199
Tints of Medium Violet Red #B60199
RGB
CMYK
RGB Variations
Color information
#B60199 (or 0xB60199) is known color: Medium Violet Red. HEX triplet: B6, 01 and 99. RGB value is (182,1,153). Sum of RGB (Red+Green+Blue) = 182+1+153=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B60199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60199 is #49FE66. Grayscale: #484848. Windows color (decimal): -4849255 or 10027446. OLE color: 10027446.
HSL color Cylindrical-coordinate representation of color #B60199: hue angle of 309.61º 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 #B60199 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 153 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.29 |
| HSL | 309.61º | 0.99% | 0.36% | - |
| HSV(B) | 309.61º | 0.99% | 0.71% | - |
| XYZ | 25.05 | 12.27 | 31.18 | - |
| YUV | 72.45 | 173.47 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 153 | 0 | 0.99 | 0.16 | 0.29 | 309.61 | 0.99 | 0.36 |
| Hex | B6 | 1 | 99 | 0 | 63 | 10 | 1D | 136 | 63 | 24 |
| Octal | 266 | 1 | 231 | 0 | 143 | 20 | 35 | 466 | 143 | 44 |
| Binary | 10110110 | 1 | 10011001 | 0 | 1100011 | 10000 | 11101 | 100110110 | 1100011 | 100100 |
Color Harmonies of #B60199
Complementary color
Monochromatic Colors of #B60199
Black with #B60199
Text Example
Text Example
White with #B60199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60199; }
p { color: rgb(182,1,153); }
H1.HeaderClassName
{
color: #B60199;
}
.AnyTagClassName
{
color: #B60199;
}
</style>
background-color css
<style>
a { background-color: #B60199; }
a { background-color: rgb(182,1,153); }
div.DivClassName
{
background-color: #B60199;
}
.BgClassName
{
background-color: #B60199;
}
</style>
border-color css
<style>
span { border-color: #B60199; }
span { border-color: rgb(182,1,153); }
td.TdClassName
{
border-color: #B60199;
}
.TagClassName
{
border-color: #B60199;
}
</style>