Shades of Medium Violet Red #B6147C
Tints of Medium Violet Red #B6147C
RGB
CMYK
RGB Variations
Color information
#B6147C (or 0xB6147C) is known color: Medium Violet Red. HEX triplet: B6, 14 and 7C. RGB value is (182,20,124). Sum of RGB (Red+Green+Blue) = 182+20+124=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B6147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6147C is #49EB83. Grayscale: #505050. Windows color (decimal): -4844420 or 8131766. OLE color: 8131766.
HSL color Cylindrical-coordinate representation of color #B6147C: hue angle of 321.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6147C is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 20 | 124 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.29 |
| HSL | 321.48º | 0.8% | 0.4% | - |
| HSV(B) | 321.48º | 0.89% | 0.71% | - |
| XYZ | 23.18 | 11.9 | 20.14 | - |
| YUV | 80.29 | 152.67 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 124 | 0 | 0.89 | 0.32 | 0.29 | 321.48 | 0.8 | 0.4 |
| Hex | B6 | 14 | 7C | 0 | 59 | 20 | 1D | 141 | 50 | 28 |
| Octal | 266 | 24 | 174 | 0 | 131 | 40 | 35 | 501 | 120 | 50 |
| Binary | 10110110 | 10100 | 1111100 | 0 | 1011001 | 100000 | 11101 | 101000001 | 1010000 | 101000 |
Color Harmonies of #B6147C
Complementary color
Monochromatic Colors of #B6147C
Black with #B6147C
Text Example
Text Example
White with #B6147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6147C; }
p { color: rgb(182,20,124); }
H1.HeaderClassName
{
color: #B6147C;
}
.AnyTagClassName
{
color: #B6147C;
}
</style>
background-color css
<style>
a { background-color: #B6147C; }
a { background-color: rgb(182,20,124); }
div.DivClassName
{
background-color: #B6147C;
}
.BgClassName
{
background-color: #B6147C;
}
</style>
border-color css
<style>
span { border-color: #B6147C; }
span { border-color: rgb(182,20,124); }
td.TdClassName
{
border-color: #B6147C;
}
.TagClassName
{
border-color: #B6147C;
}
</style>