Shades of Medium Violet Red #B60E8D
Tints of Medium Violet Red #B60E8D
RGB
CMYK
RGB Variations
Color information
#B60E8D (or 0xB60E8D) is known color: Medium Violet Red. HEX triplet: B6, 0E and 8D. RGB value is (182,14,141). Sum of RGB (Red+Green+Blue) = 182+14+141=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60E8D is #49F172. Grayscale: #4E4E4E. Windows color (decimal): -4845939 or 9244342. OLE color: 9244342.
HSL color Cylindrical-coordinate representation of color #B60E8D: hue angle of 314.64º 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 #B60E8D is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 14 | 141 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.29 |
| HSL | 314.64º | 0.86% | 0.38% | - |
| HSV(B) | 314.64º | 0.92% | 0.71% | - |
| XYZ | 24.26 | 12.18 | 26.27 | - |
| YUV | 78.71 | 163.16 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 141 | 0 | 0.92 | 0.23 | 0.29 | 314.64 | 0.86 | 0.38 |
| Hex | B6 | E | 8D | 0 | 5C | 17 | 1D | 13B | 56 | 26 |
| Octal | 266 | 16 | 215 | 0 | 134 | 27 | 35 | 473 | 126 | 46 |
| Binary | 10110110 | 1110 | 10001101 | 0 | 1011100 | 10111 | 11101 | 100111011 | 1010110 | 100110 |
Color Harmonies of #B60E8D
Complementary color
Monochromatic Colors of #B60E8D
Black with #B60E8D
Text Example
Text Example
White with #B60E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60E8D; }
p { color: rgb(182,14,141); }
H1.HeaderClassName
{
color: #B60E8D;
}
.AnyTagClassName
{
color: #B60E8D;
}
</style>
background-color css
<style>
a { background-color: #B60E8D; }
a { background-color: rgb(182,14,141); }
div.DivClassName
{
background-color: #B60E8D;
}
.BgClassName
{
background-color: #B60E8D;
}
</style>
border-color css
<style>
span { border-color: #B60E8D; }
span { border-color: rgb(182,14,141); }
td.TdClassName
{
border-color: #B60E8D;
}
.TagClassName
{
border-color: #B60E8D;
}
</style>