Shades of Medium Violet Red #B7127C
Tints of Medium Violet Red #B7127C
RGB
CMYK
RGB Variations
Color information
#B7127C (or 0xB7127C) is known color: Medium Violet Red. HEX triplet: B7, 12 and 7C. RGB value is (183,18,124). Sum of RGB (Red+Green+Blue) = 183+18+124=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7127C is #48ED83. Grayscale: #4F4F4F. Windows color (decimal): -4779396 or 8131255. OLE color: 8131255.
HSL color Cylindrical-coordinate representation of color #B7127C: hue angle of 321.45º 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 #B7127C is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 124 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.28 |
| HSL | 321.45º | 0.82% | 0.39% | - |
| HSV(B) | 321.45º | 0.9% | 0.72% | - |
| XYZ | 23.38 | 11.96 | 20.14 | - |
| YUV | 79.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 124 | 0 | 0.90 | 0.32 | 0.28 | 321.45 | 0.82 | 0.39 |
| Hex | B7 | 12 | 7C | 0 | 5A | 20 | 1C | 141 | 52 | 27 |
| Octal | 267 | 22 | 174 | 0 | 132 | 40 | 34 | 501 | 122 | 47 |
| Binary | 10110111 | 10010 | 1111100 | 0 | 1011010 | 100000 | 11100 | 101000001 | 1010010 | 100111 |
Color Harmonies of #B7127C
Complementary color
Monochromatic Colors of #B7127C
Black with #B7127C
Text Example
Text Example
White with #B7127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7127C; }
p { color: rgb(183,18,124); }
H1.HeaderClassName
{
color: #B7127C;
}
.AnyTagClassName
{
color: #B7127C;
}
</style>
background-color css
<style>
a { background-color: #B7127C; }
a { background-color: rgb(183,18,124); }
div.DivClassName
{
background-color: #B7127C;
}
.BgClassName
{
background-color: #B7127C;
}
</style>
border-color css
<style>
span { border-color: #B7127C; }
span { border-color: rgb(183,18,124); }
td.TdClassName
{
border-color: #B7127C;
}
.TagClassName
{
border-color: #B7127C;
}
</style>