Shades of Medium Red Violet #B12D76
Tints of Medium Red Violet #B12D76
RGB
CMYK
RGB Variations
Color information
#B12D76 (or 0xB12D76) is known color: Medium Red Violet. HEX triplet: B1, 2D and 76. RGB value is (177,45,118). Sum of RGB (Red+Green+Blue) = 177+45+118=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D76 is #4ED289. Grayscale: #5C5C5C. Windows color (decimal): -5165706 or 7744945. OLE color: 7744945.
HSL color Cylindrical-coordinate representation of color #B12D76: hue angle of 326.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D76 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 118 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.31 |
| HSL | 326.82º | 0.59% | 0.44% | - |
| HSV(B) | 326.82º | 0.75% | 0.69% | - |
| XYZ | 22.34 | 12.53 | 18.38 | - |
| YUV | 92.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 118 | 0 | 0.75 | 0.33 | 0.31 | 326.82 | 0.59 | 0.44 |
| Hex | B1 | 2D | 76 | 0 | 4B | 21 | 1F | 147 | 3B | 2C |
| Octal | 261 | 55 | 166 | 0 | 113 | 41 | 37 | 507 | 73 | 54 |
| Binary | 10110001 | 101101 | 1110110 | 0 | 1001011 | 100001 | 11111 | 101000111 | 111011 | 101100 |
Color Harmonies of #B12D76
Complementary color
Monochromatic Colors of #B12D76
Black with #B12D76
Text Example
Text Example
White with #B12D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D76; }
p { color: rgb(177,45,118); }
H1.HeaderClassName
{
color: #B12D76;
}
.AnyTagClassName
{
color: #B12D76;
}
</style>
background-color css
<style>
a { background-color: #B12D76; }
a { background-color: rgb(177,45,118); }
div.DivClassName
{
background-color: #B12D76;
}
.BgClassName
{
background-color: #B12D76;
}
</style>
border-color css
<style>
span { border-color: #B12D76; }
span { border-color: rgb(177,45,118); }
td.TdClassName
{
border-color: #B12D76;
}
.TagClassName
{
border-color: #B12D76;
}
</style>