Shades of Medium Violet Red #B7138C
Tints of Medium Violet Red #B7138C
RGB
CMYK
RGB Variations
Color information
#B7138C (or 0xB7138C) is known color: Medium Violet Red. HEX triplet: B7, 13 and 8C. RGB value is (183,19,140). Sum of RGB (Red+Green+Blue) = 183+19+140=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7138C is #48EC73. Grayscale: #515151. Windows color (decimal): -4779124 or 9180087. OLE color: 9180087.
HSL color Cylindrical-coordinate representation of color #B7138C: hue angle of 315.73º 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 #B7138C is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 140 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.28 |
| HSL | 315.73º | 0.81% | 0.4% | - |
| HSV(B) | 315.73º | 0.9% | 0.72% | - |
| XYZ | 24.49 | 12.43 | 25.92 | - |
| YUV | 81.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 140 | 0 | 0.90 | 0.23 | 0.28 | 315.73 | 0.81 | 0.4 |
| Hex | B7 | 13 | 8C | 0 | 5A | 17 | 1C | 13C | 51 | 28 |
| Octal | 267 | 23 | 214 | 0 | 132 | 27 | 34 | 474 | 121 | 50 |
| Binary | 10110111 | 10011 | 10001100 | 0 | 1011010 | 10111 | 11100 | 100111100 | 1010001 | 101000 |
Color Harmonies of #B7138C
Complementary color
Monochromatic Colors of #B7138C
Black with #B7138C
Text Example
Text Example
White with #B7138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7138C; }
p { color: rgb(183,19,140); }
H1.HeaderClassName
{
color: #B7138C;
}
.AnyTagClassName
{
color: #B7138C;
}
</style>
background-color css
<style>
a { background-color: #B7138C; }
a { background-color: rgb(183,19,140); }
div.DivClassName
{
background-color: #B7138C;
}
.BgClassName
{
background-color: #B7138C;
}
</style>
border-color css
<style>
span { border-color: #B7138C; }
span { border-color: rgb(183,19,140); }
td.TdClassName
{
border-color: #B7138C;
}
.TagClassName
{
border-color: #B7138C;
}
</style>