Shades of Medium Red Violet #B12374
Tints of Medium Red Violet #B12374
RGB
CMYK
RGB Variations
Color information
#B12374 (or 0xB12374) is known color: Medium Red Violet. HEX triplet: B1, 23 and 74. RGB value is (177,35,116). Sum of RGB (Red+Green+Blue) = 177+35+116=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B12374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12374 is #4EDC8B. Grayscale: #565656. Windows color (decimal): -5168268 or 7611313. OLE color: 7611313.
HSL color Cylindrical-coordinate representation of color #B12374: hue angle of 325.77º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12374 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 116 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.31 |
| HSL | 325.77º | 0.67% | 0.42% | - |
| HSV(B) | 325.77º | 0.8% | 0.69% | - |
| XYZ | 21.88 | 11.81 | 17.65 | - |
| YUV | 86.69 | 144.54 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 116 | 0 | 0.80 | 0.34 | 0.31 | 325.77 | 0.67 | 0.42 |
| Hex | B1 | 23 | 74 | 0 | 50 | 22 | 1F | 146 | 43 | 2A |
| Octal | 261 | 43 | 164 | 0 | 120 | 42 | 37 | 506 | 103 | 52 |
| Binary | 10110001 | 100011 | 1110100 | 0 | 1010000 | 100010 | 11111 | 101000110 | 1000011 | 101010 |
Color Harmonies of #B12374
Complementary color
Monochromatic Colors of #B12374
Black with #B12374
Text Example
Text Example
White with #B12374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12374; }
p { color: rgb(177,35,116); }
H1.HeaderClassName
{
color: #B12374;
}
.AnyTagClassName
{
color: #B12374;
}
</style>
background-color css
<style>
a { background-color: #B12374; }
a { background-color: rgb(177,35,116); }
div.DivClassName
{
background-color: #B12374;
}
.BgClassName
{
background-color: #B12374;
}
</style>
border-color css
<style>
span { border-color: #B12374; }
span { border-color: rgb(177,35,116); }
td.TdClassName
{
border-color: #B12374;
}
.TagClassName
{
border-color: #B12374;
}
</style>