Shades of Medium Red Violet #B12877
Tints of Medium Red Violet #B12877
RGB
CMYK
RGB Variations
Color information
#B12877 (or 0xB12877) is known color: Medium Red Violet. HEX triplet: B1, 28 and 77. RGB value is (177,40,119). Sum of RGB (Red+Green+Blue) = 177+40+119=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B12877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12877 is #4ED788. Grayscale: #595959. Windows color (decimal): -5166985 or 7809201. OLE color: 7809201.
HSL color Cylindrical-coordinate representation of color #B12877: hue angle of 325.4º degrees, saturation: 0.63, 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 #B12877 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 119 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.31 |
| HSL | 325.4º | 0.63% | 0.43% | - |
| HSV(B) | 325.4º | 0.77% | 0.69% | - |
| XYZ | 22.22 | 12.2 | 18.64 | - |
| YUV | 89.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 119 | 0 | 0.77 | 0.33 | 0.31 | 325.4 | 0.63 | 0.43 |
| Hex | B1 | 28 | 77 | 0 | 4D | 21 | 1F | 145 | 3F | 2B |
| Octal | 261 | 50 | 167 | 0 | 115 | 41 | 37 | 505 | 77 | 53 |
| Binary | 10110001 | 101000 | 1110111 | 0 | 1001101 | 100001 | 11111 | 101000101 | 111111 | 101011 |
Color Harmonies of #B12877
Complementary color
Monochromatic Colors of #B12877
Black with #B12877
Text Example
Text Example
White with #B12877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12877; }
p { color: rgb(177,40,119); }
H1.HeaderClassName
{
color: #B12877;
}
.AnyTagClassName
{
color: #B12877;
}
</style>
background-color css
<style>
a { background-color: #B12877; }
a { background-color: rgb(177,40,119); }
div.DivClassName
{
background-color: #B12877;
}
.BgClassName
{
background-color: #B12877;
}
</style>
border-color css
<style>
span { border-color: #B12877; }
span { border-color: rgb(177,40,119); }
td.TdClassName
{
border-color: #B12877;
}
.TagClassName
{
border-color: #B12877;
}
</style>