Shades of Medium Violet Red #B60BA3
Tints of Medium Violet Red #B60BA3
RGB
CMYK
RGB Variations
Color information
#B60BA3 (or 0xB60BA3) is known color: Medium Violet Red. HEX triplet: B6, 0B and A3. RGB value is (182,11,163). Sum of RGB (Red+Green+Blue) = 182+11+163=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B60BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60BA3 is #49F45C. Grayscale: #4F4F4F. Windows color (decimal): -4846685 or 10685366. OLE color: 10685366.
HSL color Cylindrical-coordinate representation of color #B60BA3: hue angle of 306.67º 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 #B60BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.29 |
| HSL | 306.67º | 0.89% | 0.38% | - |
| HSV(B) | 306.67º | 0.94% | 0.71% | - |
| XYZ | 26.02 | 12.83 | 35.76 | - |
| YUV | 79.46 | 175.15 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 163 | 0 | 0.94 | 0.10 | 0.29 | 306.67 | 0.89 | 0.38 |
| Hex | B6 | B | A3 | 0 | 5E | A | 1D | 133 | 59 | 26 |
| Octal | 266 | 13 | 243 | 0 | 136 | 12 | 35 | 463 | 131 | 46 |
| Binary | 10110110 | 1011 | 10100011 | 0 | 1011110 | 1010 | 11101 | 100110011 | 1011001 | 100110 |
Color Harmonies of #B60BA3
Complementary color
Monochromatic Colors of #B60BA3
Black with #B60BA3
Text Example
Text Example
White with #B60BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60BA3; }
p { color: rgb(182,11,163); }
H1.HeaderClassName
{
color: #B60BA3;
}
.AnyTagClassName
{
color: #B60BA3;
}
</style>
background-color css
<style>
a { background-color: #B60BA3; }
a { background-color: rgb(182,11,163); }
div.DivClassName
{
background-color: #B60BA3;
}
.BgClassName
{
background-color: #B60BA3;
}
</style>
border-color css
<style>
span { border-color: #B60BA3; }
span { border-color: rgb(182,11,163); }
td.TdClassName
{
border-color: #B60BA3;
}
.TagClassName
{
border-color: #B60BA3;
}
</style>