Shades of Medium Red Violet #B12181
Tints of Medium Red Violet #B12181
RGB
CMYK
RGB Variations
Color information
#B12181 (or 0xB12181) is known color: Medium Red Violet. HEX triplet: B1, 21 and 81. RGB value is (177,33,129). Sum of RGB (Red+Green+Blue) = 177+33+129=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B12181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12181 is #4EDE7E. Grayscale: #565656. Windows color (decimal): -5168767 or 8462769. OLE color: 8462769.
HSL color Cylindrical-coordinate representation of color #B12181: hue angle of 320º 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 #B12181 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 129 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.31 |
| HSL | 320º | 0.69% | 0.41% | - |
| HSV(B) | 320º | 0.81% | 0.69% | - |
| XYZ | 22.64 | 12.02 | 21.9 | - |
| YUV | 87 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 129 | 0 | 0.81 | 0.27 | 0.31 | 320 | 0.69 | 0.41 |
| Hex | B1 | 21 | 81 | 0 | 51 | 1B | 1F | 140 | 45 | 29 |
| Octal | 261 | 41 | 201 | 0 | 121 | 33 | 37 | 500 | 105 | 51 |
| Binary | 10110001 | 100001 | 10000001 | 0 | 1010001 | 11011 | 11111 | 101000000 | 1000101 | 101001 |
Color Harmonies of #B12181
Complementary color
Monochromatic Colors of #B12181
Black with #B12181
Text Example
Text Example
White with #B12181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12181; }
p { color: rgb(177,33,129); }
H1.HeaderClassName
{
color: #B12181;
}
.AnyTagClassName
{
color: #B12181;
}
</style>
background-color css
<style>
a { background-color: #B12181; }
a { background-color: rgb(177,33,129); }
div.DivClassName
{
background-color: #B12181;
}
.BgClassName
{
background-color: #B12181;
}
</style>
border-color css
<style>
span { border-color: #B12181; }
span { border-color: rgb(177,33,129); }
td.TdClassName
{
border-color: #B12181;
}
.TagClassName
{
border-color: #B12181;
}
</style>