Shades of Medium Violet Red #B8137D
Tints of Medium Violet Red #B8137D
RGB
CMYK
RGB Variations
Color information
#B8137D (or 0xB8137D) is known color: Medium Violet Red. HEX triplet: B8, 13 and 7D. RGB value is (184,19,125). Sum of RGB (Red+Green+Blue) = 184+19+125=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8137D is #47EC82. Grayscale: #505050. Windows color (decimal): -4713603 or 8197048. OLE color: 8197048.
HSL color Cylindrical-coordinate representation of color #B8137D: hue angle of 321.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8137D is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 125 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.28 |
| HSL | 321.45º | 0.81% | 0.4% | - |
| HSV(B) | 321.45º | 0.9% | 0.72% | - |
| XYZ | 23.7 | 12.14 | 20.5 | - |
| YUV | 80.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 125 | 0 | 0.90 | 0.32 | 0.28 | 321.45 | 0.81 | 0.4 |
| Hex | B8 | 13 | 7D | 0 | 5A | 20 | 1C | 141 | 51 | 28 |
| Octal | 270 | 23 | 175 | 0 | 132 | 40 | 34 | 501 | 121 | 50 |
| Binary | 10111000 | 10011 | 1111101 | 0 | 1011010 | 100000 | 11100 | 101000001 | 1010001 | 101000 |
Color Harmonies of #B8137D
Complementary color
Monochromatic Colors of #B8137D
Black with #B8137D
Text Example
Text Example
White with #B8137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8137D; }
p { color: rgb(184,19,125); }
H1.HeaderClassName
{
color: #B8137D;
}
.AnyTagClassName
{
color: #B8137D;
}
</style>
background-color css
<style>
a { background-color: #B8137D; }
a { background-color: rgb(184,19,125); }
div.DivClassName
{
background-color: #B8137D;
}
.BgClassName
{
background-color: #B8137D;
}
</style>
border-color css
<style>
span { border-color: #B8137D; }
span { border-color: rgb(184,19,125); }
td.TdClassName
{
border-color: #B8137D;
}
.TagClassName
{
border-color: #B8137D;
}
</style>