Shades of Medium Red Violet #B12377
Tints of Medium Red Violet #B12377
RGB
CMYK
RGB Variations
Color information
#B12377 (or 0xB12377) is known color: Medium Red Violet. HEX triplet: B1, 23 and 77. RGB value is (177,35,119). Sum of RGB (Red+Green+Blue) = 177+35+119=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B12377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12377 is #4EDC88. Grayscale: #565656. Windows color (decimal): -5168265 or 7807921. OLE color: 7807921.
HSL color Cylindrical-coordinate representation of color #B12377: hue angle of 324.51º 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 #B12377 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 119 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.31 |
| HSL | 324.51º | 0.67% | 0.42% | - |
| HSV(B) | 324.51º | 0.8% | 0.69% | - |
| XYZ | 22.06 | 11.88 | 18.58 | - |
| YUV | 87.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 119 | 0 | 0.80 | 0.33 | 0.31 | 324.51 | 0.67 | 0.42 |
| Hex | B1 | 23 | 77 | 0 | 50 | 21 | 1F | 145 | 43 | 2A |
| Octal | 261 | 43 | 167 | 0 | 120 | 41 | 37 | 505 | 103 | 52 |
| Binary | 10110001 | 100011 | 1110111 | 0 | 1010000 | 100001 | 11111 | 101000101 | 1000011 | 101010 |
Color Harmonies of #B12377
Complementary color
Monochromatic Colors of #B12377
Black with #B12377
Text Example
Text Example
White with #B12377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12377; }
p { color: rgb(177,35,119); }
H1.HeaderClassName
{
color: #B12377;
}
.AnyTagClassName
{
color: #B12377;
}
</style>
background-color css
<style>
a { background-color: #B12377; }
a { background-color: rgb(177,35,119); }
div.DivClassName
{
background-color: #B12377;
}
.BgClassName
{
background-color: #B12377;
}
</style>
border-color css
<style>
span { border-color: #B12377; }
span { border-color: rgb(177,35,119); }
td.TdClassName
{
border-color: #B12377;
}
.TagClassName
{
border-color: #B12377;
}
</style>