Shades of Medium Violet Red #B8137E
Tints of Medium Violet Red #B8137E
RGB
CMYK
RGB Variations
Color information
#B8137E (or 0xB8137E) is known color: Medium Violet Red. HEX triplet: B8, 13 and 7E. RGB value is (184,19,126). Sum of RGB (Red+Green+Blue) = 184+19+126=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8137E is #47EC81. Grayscale: #505050. Windows color (decimal): -4713602 or 8262584. OLE color: 8262584.
HSL color Cylindrical-coordinate representation of color #B8137E: hue angle of 321.09º 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 #B8137E is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 126 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.28 |
| HSL | 321.09º | 0.81% | 0.4% | - |
| HSV(B) | 321.09º | 0.9% | 0.72% | - |
| XYZ | 23.77 | 12.16 | 20.83 | - |
| YUV | 80.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 126 | 0 | 0.90 | 0.32 | 0.28 | 321.09 | 0.81 | 0.4 |
| Hex | B8 | 13 | 7E | 0 | 5A | 20 | 1C | 141 | 51 | 28 |
| Octal | 270 | 23 | 176 | 0 | 132 | 40 | 34 | 501 | 121 | 50 |
| Binary | 10111000 | 10011 | 1111110 | 0 | 1011010 | 100000 | 11100 | 101000001 | 1010001 | 101000 |
Color Harmonies of #B8137E
Complementary color
Monochromatic Colors of #B8137E
Black with #B8137E
Text Example
Text Example
White with #B8137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8137E; }
p { color: rgb(184,19,126); }
H1.HeaderClassName
{
color: #B8137E;
}
.AnyTagClassName
{
color: #B8137E;
}
</style>
background-color css
<style>
a { background-color: #B8137E; }
a { background-color: rgb(184,19,126); }
div.DivClassName
{
background-color: #B8137E;
}
.BgClassName
{
background-color: #B8137E;
}
</style>
border-color css
<style>
span { border-color: #B8137E; }
span { border-color: rgb(184,19,126); }
td.TdClassName
{
border-color: #B8137E;
}
.TagClassName
{
border-color: #B8137E;
}
</style>