Shades of Medium Violet Red #B60A8E
Tints of Medium Violet Red #B60A8E
RGB
CMYK
RGB Variations
Color information
#B60A8E (or 0xB60A8E) is known color: Medium Violet Red. HEX triplet: B6, 0A and 8E. RGB value is (182,10,142). Sum of RGB (Red+Green+Blue) = 182+10+142=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60A8E is #49F571. Grayscale: #4C4C4C. Windows color (decimal): -4846962 or 9308854. OLE color: 9308854.
HSL color Cylindrical-coordinate representation of color #B60A8E: hue angle of 313.95º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60A8E is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 10 | 142 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.29 |
| HSL | 313.95º | 0.9% | 0.38% | - |
| HSV(B) | 313.95º | 0.95% | 0.71% | - |
| XYZ | 24.28 | 12.12 | 26.65 | - |
| YUV | 76.48 | 164.98 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 142 | 0 | 0.95 | 0.22 | 0.29 | 313.95 | 0.9 | 0.38 |
| Hex | B6 | A | 8E | 0 | 5F | 16 | 1D | 13A | 5A | 26 |
| Octal | 266 | 12 | 216 | 0 | 137 | 26 | 35 | 472 | 132 | 46 |
| Binary | 10110110 | 1010 | 10001110 | 0 | 1011111 | 10110 | 11101 | 100111010 | 1011010 | 100110 |
Color Harmonies of #B60A8E
Complementary color
Monochromatic Colors of #B60A8E
Black with #B60A8E
Text Example
Text Example
White with #B60A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60A8E; }
p { color: rgb(182,10,142); }
H1.HeaderClassName
{
color: #B60A8E;
}
.AnyTagClassName
{
color: #B60A8E;
}
</style>
background-color css
<style>
a { background-color: #B60A8E; }
a { background-color: rgb(182,10,142); }
div.DivClassName
{
background-color: #B60A8E;
}
.BgClassName
{
background-color: #B60A8E;
}
</style>
border-color css
<style>
span { border-color: #B60A8E; }
span { border-color: rgb(182,10,142); }
td.TdClassName
{
border-color: #B60A8E;
}
.TagClassName
{
border-color: #B60A8E;
}
</style>