Shades of Medium Red Violet #B12970
Tints of Medium Red Violet #B12970
RGB
CMYK
RGB Variations
Color information
#B12970 (or 0xB12970) is known color: Medium Red Violet. HEX triplet: B1, 29 and 70. RGB value is (177,41,112). Sum of RGB (Red+Green+Blue) = 177+41+112=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B12970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12970 is #4ED68F. Grayscale: #595959. Windows color (decimal): -5166736 or 7350705. OLE color: 7350705.
HSL color Cylindrical-coordinate representation of color #B12970: hue angle of 328.68º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12970 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 112 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.31 |
| HSL | 328.68º | 0.62% | 0.43% | - |
| HSV(B) | 328.68º | 0.77% | 0.69% | - |
| XYZ | 21.85 | 12.1 | 16.51 | - |
| YUV | 89.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 112 | 0 | 0.77 | 0.37 | 0.31 | 328.68 | 0.62 | 0.43 |
| Hex | B1 | 29 | 70 | 0 | 4D | 25 | 1F | 149 | 3E | 2B |
| Octal | 261 | 51 | 160 | 0 | 115 | 45 | 37 | 511 | 76 | 53 |
| Binary | 10110001 | 101001 | 1110000 | 0 | 1001101 | 100101 | 11111 | 101001001 | 111110 | 101011 |
Color Harmonies of #B12970
Complementary color
Monochromatic Colors of #B12970
Black with #B12970
Text Example
Text Example
White with #B12970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12970; }
p { color: rgb(177,41,112); }
H1.HeaderClassName
{
color: #B12970;
}
.AnyTagClassName
{
color: #B12970;
}
</style>
background-color css
<style>
a { background-color: #B12970; }
a { background-color: rgb(177,41,112); }
div.DivClassName
{
background-color: #B12970;
}
.BgClassName
{
background-color: #B12970;
}
</style>
border-color css
<style>
span { border-color: #B12970; }
span { border-color: rgb(177,41,112); }
td.TdClassName
{
border-color: #B12970;
}
.TagClassName
{
border-color: #B12970;
}
</style>