Shades of Medium Red Violet #B12276
Tints of Medium Red Violet #B12276
RGB
CMYK
RGB Variations
Color information
#B12276 (or 0xB12276) is known color: Medium Red Violet. HEX triplet: B1, 22 and 76. RGB value is (177,34,118). Sum of RGB (Red+Green+Blue) = 177+34+118=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B12276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12276 is #4EDD89. Grayscale: #565656. Windows color (decimal): -5168522 or 7742129. OLE color: 7742129.
HSL color Cylindrical-coordinate representation of color #B12276: hue angle of 324.76º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12276 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 118 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.31 |
| HSL | 324.76º | 0.68% | 0.41% | - |
| HSV(B) | 324.76º | 0.81% | 0.69% | - |
| XYZ | 21.97 | 11.8 | 18.26 | - |
| YUV | 86.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 118 | 0 | 0.81 | 0.33 | 0.31 | 324.76 | 0.68 | 0.41 |
| Hex | B1 | 22 | 76 | 0 | 51 | 21 | 1F | 145 | 44 | 29 |
| Octal | 261 | 42 | 166 | 0 | 121 | 41 | 37 | 505 | 104 | 51 |
| Binary | 10110001 | 100010 | 1110110 | 0 | 1010001 | 100001 | 11111 | 101000101 | 1000100 | 101001 |
Color Harmonies of #B12276
Complementary color
Monochromatic Colors of #B12276
Black with #B12276
Text Example
Text Example
White with #B12276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12276; }
p { color: rgb(177,34,118); }
H1.HeaderClassName
{
color: #B12276;
}
.AnyTagClassName
{
color: #B12276;
}
</style>
background-color css
<style>
a { background-color: #B12276; }
a { background-color: rgb(177,34,118); }
div.DivClassName
{
background-color: #B12276;
}
.BgClassName
{
background-color: #B12276;
}
</style>
border-color css
<style>
span { border-color: #B12276; }
span { border-color: rgb(177,34,118); }
td.TdClassName
{
border-color: #B12276;
}
.TagClassName
{
border-color: #B12276;
}
</style>