Shades of Medium Violet Red #B60BA2
Tints of Medium Violet Red #B60BA2
RGB
CMYK
RGB Variations
Color information
#B60BA2 (or 0xB60BA2) is known color: Medium Violet Red. HEX triplet: B6, 0B and A2. RGB value is (182,11,162). Sum of RGB (Red+Green+Blue) = 182+11+162=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B60BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60BA2 is #49F45D. Grayscale: #4E4E4E. Windows color (decimal): -4846686 or 10619830. OLE color: 10619830.
HSL color Cylindrical-coordinate representation of color #B60BA2: hue angle of 307.02º 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 #B60BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 162 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.29 |
| HSL | 307.02º | 0.89% | 0.38% | - |
| HSV(B) | 307.02º | 0.94% | 0.71% | - |
| XYZ | 25.93 | 12.79 | 35.28 | - |
| YUV | 79.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 162 | 0 | 0.94 | 0.11 | 0.29 | 307.02 | 0.89 | 0.38 |
| Hex | B6 | B | A2 | 0 | 5E | B | 1D | 133 | 59 | 26 |
| Octal | 266 | 13 | 242 | 0 | 136 | 13 | 35 | 463 | 131 | 46 |
| Binary | 10110110 | 1011 | 10100010 | 0 | 1011110 | 1011 | 11101 | 100110011 | 1011001 | 100110 |
Color Harmonies of #B60BA2
Complementary color
Monochromatic Colors of #B60BA2
Black with #B60BA2
Text Example
Text Example
White with #B60BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60BA2; }
p { color: rgb(182,11,162); }
H1.HeaderClassName
{
color: #B60BA2;
}
.AnyTagClassName
{
color: #B60BA2;
}
</style>
background-color css
<style>
a { background-color: #B60BA2; }
a { background-color: rgb(182,11,162); }
div.DivClassName
{
background-color: #B60BA2;
}
.BgClassName
{
background-color: #B60BA2;
}
</style>
border-color css
<style>
span { border-color: #B60BA2; }
span { border-color: rgb(182,11,162); }
td.TdClassName
{
border-color: #B60BA2;
}
.TagClassName
{
border-color: #B60BA2;
}
</style>