Shades of Medium Violet Red #B60B7A
Tints of Medium Violet Red #B60B7A
RGB
CMYK
RGB Variations
Color information
#B60B7A (or 0xB60B7A) is known color: Medium Violet Red. HEX triplet: B6, 0B and 7A. RGB value is (182,11,122). Sum of RGB (Red+Green+Blue) = 182+11+122=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60B7A is #49F485. Grayscale: #4A4A4A. Windows color (decimal): -4846726 or 7998390. OLE color: 7998390.
HSL color Cylindrical-coordinate representation of color #B60B7A: hue angle of 321.05º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60B7A is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 122 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.29 |
| HSL | 321.05º | 0.89% | 0.38% | - |
| HSV(B) | 321.05º | 0.94% | 0.71% | - |
| XYZ | 22.92 | 11.59 | 19.44 | - |
| YUV | 74.78 | 154.65 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 122 | 0 | 0.94 | 0.33 | 0.29 | 321.05 | 0.89 | 0.38 |
| Hex | B6 | B | 7A | 0 | 5E | 21 | 1D | 141 | 59 | 26 |
| Octal | 266 | 13 | 172 | 0 | 136 | 41 | 35 | 501 | 131 | 46 |
| Binary | 10110110 | 1011 | 1111010 | 0 | 1011110 | 100001 | 11101 | 101000001 | 1011001 | 100110 |
Color Harmonies of #B60B7A
Complementary color
Monochromatic Colors of #B60B7A
Black with #B60B7A
Text Example
Text Example
White with #B60B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60B7A; }
p { color: rgb(182,11,122); }
H1.HeaderClassName
{
color: #B60B7A;
}
.AnyTagClassName
{
color: #B60B7A;
}
</style>
background-color css
<style>
a { background-color: #B60B7A; }
a { background-color: rgb(182,11,122); }
div.DivClassName
{
background-color: #B60B7A;
}
.BgClassName
{
background-color: #B60B7A;
}
</style>
border-color css
<style>
span { border-color: #B60B7A; }
span { border-color: rgb(182,11,122); }
td.TdClassName
{
border-color: #B60B7A;
}
.TagClassName
{
border-color: #B60B7A;
}
</style>