Shades of Medium Red Violet #B12D87
Tints of Medium Red Violet #B12D87
RGB
CMYK
RGB Variations
Color information
#B12D87 (or 0xB12D87) is known color: Medium Red Violet. HEX triplet: B1, 2D and 87. RGB value is (177,45,135). Sum of RGB (Red+Green+Blue) = 177+45+135=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12D87 is #4ED278. Grayscale: #5E5E5E. Windows color (decimal): -5165689 or 8859057. OLE color: 8859057.
HSL color Cylindrical-coordinate representation of color #B12D87: hue angle of 319.09º 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 #B12D87 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 135 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.31 |
| HSL | 319.09º | 0.59% | 0.44% | - |
| HSV(B) | 319.09º | 0.75% | 0.69% | - |
| XYZ | 23.44 | 12.97 | 24.19 | - |
| YUV | 94.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 135 | 0 | 0.75 | 0.24 | 0.31 | 319.09 | 0.59 | 0.44 |
| Hex | B1 | 2D | 87 | 0 | 4B | 18 | 1F | 13F | 3B | 2C |
| Octal | 261 | 55 | 207 | 0 | 113 | 30 | 37 | 477 | 73 | 54 |
| Binary | 10110001 | 101101 | 10000111 | 0 | 1001011 | 11000 | 11111 | 100111111 | 111011 | 101100 |
Color Harmonies of #B12D87
Complementary color
Monochromatic Colors of #B12D87
Black with #B12D87
Text Example
Text Example
White with #B12D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D87; }
p { color: rgb(177,45,135); }
H1.HeaderClassName
{
color: #B12D87;
}
.AnyTagClassName
{
color: #B12D87;
}
</style>
background-color css
<style>
a { background-color: #B12D87; }
a { background-color: rgb(177,45,135); }
div.DivClassName
{
background-color: #B12D87;
}
.BgClassName
{
background-color: #B12D87;
}
</style>
border-color css
<style>
span { border-color: #B12D87; }
span { border-color: rgb(177,45,135); }
td.TdClassName
{
border-color: #B12D87;
}
.TagClassName
{
border-color: #B12D87;
}
</style>