Shades of Medium Red Violet #B12187
Tints of Medium Red Violet #B12187
RGB
CMYK
RGB Variations
Color information
#B12187 (or 0xB12187) is known color: Medium Red Violet. HEX triplet: B1, 21 and 87. RGB value is (177,33,135). Sum of RGB (Red+Green+Blue) = 177+33+135=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B12187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12187 is #4EDE78. Grayscale: #575757. Windows color (decimal): -5168761 or 8855985. OLE color: 8855985.
HSL color Cylindrical-coordinate representation of color #B12187: hue angle of 317.5º degrees, saturation: 0.69, 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 #B12187 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 135 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.31 |
| HSL | 317.5º | 0.69% | 0.41% | - |
| HSV(B) | 317.5º | 0.81% | 0.69% | - |
| XYZ | 23.05 | 12.18 | 24.06 | - |
| YUV | 87.68 | 154.71 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 135 | 0 | 0.81 | 0.24 | 0.31 | 317.5 | 0.69 | 0.41 |
| Hex | B1 | 21 | 87 | 0 | 51 | 18 | 1F | 13E | 45 | 29 |
| Octal | 261 | 41 | 207 | 0 | 121 | 30 | 37 | 476 | 105 | 51 |
| Binary | 10110001 | 100001 | 10000111 | 0 | 1010001 | 11000 | 11111 | 100111110 | 1000101 | 101001 |
Color Harmonies of #B12187
Complementary color
Monochromatic Colors of #B12187
Black with #B12187
Text Example
Text Example
White with #B12187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12187; }
p { color: rgb(177,33,135); }
H1.HeaderClassName
{
color: #B12187;
}
.AnyTagClassName
{
color: #B12187;
}
</style>
background-color css
<style>
a { background-color: #B12187; }
a { background-color: rgb(177,33,135); }
div.DivClassName
{
background-color: #B12187;
}
.BgClassName
{
background-color: #B12187;
}
</style>
border-color css
<style>
span { border-color: #B12187; }
span { border-color: rgb(177,33,135); }
td.TdClassName
{
border-color: #B12187;
}
.TagClassName
{
border-color: #B12187;
}
</style>