Shades of Medium Violet Red #B60E8E
Tints of Medium Violet Red #B60E8E
RGB
CMYK
RGB Variations
Color information
#B60E8E (or 0xB60E8E) is known color: Medium Violet Red. HEX triplet: B6, 0E and 8E. RGB value is (182,14,142). Sum of RGB (Red+Green+Blue) = 182+14+142=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60E8E is #49F171. Grayscale: #4E4E4E. Windows color (decimal): -4845938 or 9309878. OLE color: 9309878.
HSL color Cylindrical-coordinate representation of color #B60E8E: hue angle of 314.29º 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 #B60E8E is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 14 | 142 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.29 |
| HSL | 314.29º | 0.86% | 0.38% | - |
| HSV(B) | 314.29º | 0.92% | 0.71% | - |
| XYZ | 24.33 | 12.21 | 26.67 | - |
| YUV | 78.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 142 | 0 | 0.92 | 0.22 | 0.29 | 314.29 | 0.86 | 0.38 |
| Hex | B6 | E | 8E | 0 | 5C | 16 | 1D | 13A | 56 | 26 |
| Octal | 266 | 16 | 216 | 0 | 134 | 26 | 35 | 472 | 126 | 46 |
| Binary | 10110110 | 1110 | 10001110 | 0 | 1011100 | 10110 | 11101 | 100111010 | 1010110 | 100110 |
Color Harmonies of #B60E8E
Complementary color
Monochromatic Colors of #B60E8E
Black with #B60E8E
Text Example
Text Example
White with #B60E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60E8E; }
p { color: rgb(182,14,142); }
H1.HeaderClassName
{
color: #B60E8E;
}
.AnyTagClassName
{
color: #B60E8E;
}
</style>
background-color css
<style>
a { background-color: #B60E8E; }
a { background-color: rgb(182,14,142); }
div.DivClassName
{
background-color: #B60E8E;
}
.BgClassName
{
background-color: #B60E8E;
}
</style>
border-color css
<style>
span { border-color: #B60E8E; }
span { border-color: rgb(182,14,142); }
td.TdClassName
{
border-color: #B60E8E;
}
.TagClassName
{
border-color: #B60E8E;
}
</style>