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