Shades of Medium Red Violet #B12874
Tints of Medium Red Violet #B12874
RGB
CMYK
RGB Variations
Color information
#B12874 (or 0xB12874) is known color: Medium Red Violet. HEX triplet: B1, 28 and 74. RGB value is (177,40,116). Sum of RGB (Red+Green+Blue) = 177+40+116=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B12874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12874 is #4ED78B. Grayscale: #595959. Windows color (decimal): -5166988 or 7612593. OLE color: 7612593.
HSL color Cylindrical-coordinate representation of color #B12874: hue angle of 326.72º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12874 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 116 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.31 |
| HSL | 326.72º | 0.63% | 0.43% | - |
| HSV(B) | 326.72º | 0.77% | 0.69% | - |
| XYZ | 22.04 | 12.13 | 17.7 | - |
| YUV | 89.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 116 | 0 | 0.77 | 0.34 | 0.31 | 326.72 | 0.63 | 0.43 |
| Hex | B1 | 28 | 74 | 0 | 4D | 22 | 1F | 147 | 3F | 2B |
| Octal | 261 | 50 | 164 | 0 | 115 | 42 | 37 | 507 | 77 | 53 |
| Binary | 10110001 | 101000 | 1110100 | 0 | 1001101 | 100010 | 11111 | 101000111 | 111111 | 101011 |
Color Harmonies of #B12874
Complementary color
Monochromatic Colors of #B12874
Black with #B12874
Text Example
Text Example
White with #B12874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12874; }
p { color: rgb(177,40,116); }
H1.HeaderClassName
{
color: #B12874;
}
.AnyTagClassName
{
color: #B12874;
}
</style>
background-color css
<style>
a { background-color: #B12874; }
a { background-color: rgb(177,40,116); }
div.DivClassName
{
background-color: #B12874;
}
.BgClassName
{
background-color: #B12874;
}
</style>
border-color css
<style>
span { border-color: #B12874; }
span { border-color: rgb(177,40,116); }
td.TdClassName
{
border-color: #B12874;
}
.TagClassName
{
border-color: #B12874;
}
</style>