Shades of Medium Violet Red #B60E81
Tints of Medium Violet Red #B60E81
RGB
CMYK
RGB Variations
Color information
#B60E81 (or 0xB60E81) is known color: Medium Violet Red. HEX triplet: B6, 0E and 81. RGB value is (182,14,129). Sum of RGB (Red+Green+Blue) = 182+14+129=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60E81 is #49F17E. Grayscale: #4D4D4D. Windows color (decimal): -4845951 or 8457910. OLE color: 8457910.
HSL color Cylindrical-coordinate representation of color #B60E81: hue angle of 318.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60E81 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 14 | 129 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.29 |
| HSL | 318.93º | 0.86% | 0.38% | - |
| HSV(B) | 318.93º | 0.92% | 0.71% | - |
| XYZ | 23.41 | 11.84 | 21.82 | - |
| YUV | 77.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 129 | 0 | 0.92 | 0.29 | 0.29 | 318.93 | 0.86 | 0.38 |
| Hex | B6 | E | 81 | 0 | 5C | 1D | 1D | 13F | 56 | 26 |
| Octal | 266 | 16 | 201 | 0 | 134 | 35 | 35 | 477 | 126 | 46 |
| Binary | 10110110 | 1110 | 10000001 | 0 | 1011100 | 11101 | 11101 | 100111111 | 1010110 | 100110 |
Color Harmonies of #B60E81
Complementary color
Monochromatic Colors of #B60E81
Black with #B60E81
Text Example
Text Example
White with #B60E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60E81; }
p { color: rgb(182,14,129); }
H1.HeaderClassName
{
color: #B60E81;
}
.AnyTagClassName
{
color: #B60E81;
}
</style>
background-color css
<style>
a { background-color: #B60E81; }
a { background-color: rgb(182,14,129); }
div.DivClassName
{
background-color: #B60E81;
}
.BgClassName
{
background-color: #B60E81;
}
</style>
border-color css
<style>
span { border-color: #B60E81; }
span { border-color: rgb(182,14,129); }
td.TdClassName
{
border-color: #B60E81;
}
.TagClassName
{
border-color: #B60E81;
}
</style>