Shades of Medium Violet Red #B60C93
Tints of Medium Violet Red #B60C93
RGB
CMYK
RGB Variations
Color information
#B60C93 (or 0xB60C93) is known color: Medium Violet Red. HEX triplet: B6, 0C and 93. RGB value is (182,12,147). Sum of RGB (Red+Green+Blue) = 182+12+147=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60C93 is #49F36C. Grayscale: #4D4D4D. Windows color (decimal): -4846445 or 9637046. OLE color: 9637046.
HSL color Cylindrical-coordinate representation of color #B60C93: hue angle of 312.35º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60C93 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 147 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.29 |
| HSL | 312.35º | 0.88% | 0.38% | - |
| HSV(B) | 312.35º | 0.93% | 0.71% | - |
| XYZ | 24.69 | 12.31 | 28.68 | - |
| YUV | 78.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 147 | 0 | 0.93 | 0.19 | 0.29 | 312.35 | 0.88 | 0.38 |
| Hex | B6 | C | 93 | 0 | 5D | 13 | 1D | 138 | 58 | 26 |
| Octal | 266 | 14 | 223 | 0 | 135 | 23 | 35 | 470 | 130 | 46 |
| Binary | 10110110 | 1100 | 10010011 | 0 | 1011101 | 10011 | 11101 | 100111000 | 1011000 | 100110 |
Color Harmonies of #B60C93
Complementary color
Monochromatic Colors of #B60C93
Black with #B60C93
Text Example
Text Example
White with #B60C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C93; }
p { color: rgb(182,12,147); }
H1.HeaderClassName
{
color: #B60C93;
}
.AnyTagClassName
{
color: #B60C93;
}
</style>
background-color css
<style>
a { background-color: #B60C93; }
a { background-color: rgb(182,12,147); }
div.DivClassName
{
background-color: #B60C93;
}
.BgClassName
{
background-color: #B60C93;
}
</style>
border-color css
<style>
span { border-color: #B60C93; }
span { border-color: rgb(182,12,147); }
td.TdClassName
{
border-color: #B60C93;
}
.TagClassName
{
border-color: #B60C93;
}
</style>