Shades of Medium Violet Red #B7138D
Tints of Medium Violet Red #B7138D
RGB
CMYK
RGB Variations
Color information
#B7138D (or 0xB7138D) is known color: Medium Violet Red. HEX triplet: B7, 13 and 8D. RGB value is (183,19,141). Sum of RGB (Red+Green+Blue) = 183+19+141=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7138D is #48EC72. Grayscale: #515151. Windows color (decimal): -4779123 or 9245623. OLE color: 9245623.
HSL color Cylindrical-coordinate representation of color #B7138D: hue angle of 315.37º 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 #B7138D is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 141 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.28 |
| HSL | 315.37º | 0.81% | 0.4% | - |
| HSV(B) | 315.37º | 0.9% | 0.72% | - |
| XYZ | 24.57 | 12.46 | 26.31 | - |
| YUV | 81.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 141 | 0 | 0.90 | 0.23 | 0.28 | 315.37 | 0.81 | 0.4 |
| Hex | B7 | 13 | 8D | 0 | 5A | 17 | 1C | 13B | 51 | 28 |
| Octal | 267 | 23 | 215 | 0 | 132 | 27 | 34 | 473 | 121 | 50 |
| Binary | 10110111 | 10011 | 10001101 | 0 | 1011010 | 10111 | 11100 | 100111011 | 1010001 | 101000 |
Color Harmonies of #B7138D
Complementary color
Monochromatic Colors of #B7138D
Black with #B7138D
Text Example
Text Example
White with #B7138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7138D; }
p { color: rgb(183,19,141); }
H1.HeaderClassName
{
color: #B7138D;
}
.AnyTagClassName
{
color: #B7138D;
}
</style>
background-color css
<style>
a { background-color: #B7138D; }
a { background-color: rgb(183,19,141); }
div.DivClassName
{
background-color: #B7138D;
}
.BgClassName
{
background-color: #B7138D;
}
</style>
border-color css
<style>
span { border-color: #B7138D; }
span { border-color: rgb(183,19,141); }
td.TdClassName
{
border-color: #B7138D;
}
.TagClassName
{
border-color: #B7138D;
}
</style>