Shades of Medium Violet Red #B7128D
Tints of Medium Violet Red #B7128D
RGB
CMYK
RGB Variations
Color information
#B7128D (or 0xB7128D) is known color: Medium Violet Red. HEX triplet: B7, 12 and 8D. RGB value is (183,18,141). Sum of RGB (Red+Green+Blue) = 183+18+141=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7128D is #48ED72. Grayscale: #515151. Windows color (decimal): -4779379 or 9245367. OLE color: 9245367.
HSL color Cylindrical-coordinate representation of color #B7128D: hue angle of 315.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7128D is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 141 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.28 |
| HSL | 315.27º | 0.82% | 0.39% | - |
| HSV(B) | 315.27º | 0.9% | 0.72% | - |
| XYZ | 24.55 | 12.42 | 26.3 | - |
| YUV | 81.36 | 161.66 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 141 | 0 | 0.90 | 0.23 | 0.28 | 315.27 | 0.82 | 0.39 |
| Hex | B7 | 12 | 8D | 0 | 5A | 17 | 1C | 13B | 52 | 27 |
| Octal | 267 | 22 | 215 | 0 | 132 | 27 | 34 | 473 | 122 | 47 |
| Binary | 10110111 | 10010 | 10001101 | 0 | 1011010 | 10111 | 11100 | 100111011 | 1010010 | 100111 |
Color Harmonies of #B7128D
Complementary color
Monochromatic Colors of #B7128D
Black with #B7128D
Text Example
Text Example
White with #B7128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7128D; }
p { color: rgb(183,18,141); }
H1.HeaderClassName
{
color: #B7128D;
}
.AnyTagClassName
{
color: #B7128D;
}
</style>
background-color css
<style>
a { background-color: #B7128D; }
a { background-color: rgb(183,18,141); }
div.DivClassName
{
background-color: #B7128D;
}
.BgClassName
{
background-color: #B7128D;
}
</style>
border-color css
<style>
span { border-color: #B7128D; }
span { border-color: rgb(183,18,141); }
td.TdClassName
{
border-color: #B7128D;
}
.TagClassName
{
border-color: #B7128D;
}
</style>