Shades of Medium Red Violet #B12677
Tints of Medium Red Violet #B12677
RGB
CMYK
RGB Variations
Color information
#B12677 (or 0xB12677) is known color: Medium Red Violet. HEX triplet: B1, 26 and 77. RGB value is (177,38,119). Sum of RGB (Red+Green+Blue) = 177+38+119=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B12677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12677 is #4ED988. Grayscale: #585858. Windows color (decimal): -5167497 or 7808689. OLE color: 7808689.
HSL color Cylindrical-coordinate representation of color #B12677: hue angle of 325.04º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12677 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 38 | 119 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.31 |
| HSL | 325.04º | 0.65% | 0.42% | - |
| HSV(B) | 325.04º | 0.79% | 0.69% | - |
| XYZ | 22.15 | 12.07 | 18.61 | - |
| YUV | 88.8 | 145.05 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 38 | 119 | 0 | 0.79 | 0.33 | 0.31 | 325.04 | 0.65 | 0.42 |
| Hex | B1 | 26 | 77 | 0 | 4F | 21 | 1F | 145 | 41 | 2A |
| Octal | 261 | 46 | 167 | 0 | 117 | 41 | 37 | 505 | 101 | 52 |
| Binary | 10110001 | 100110 | 1110111 | 0 | 1001111 | 100001 | 11111 | 101000101 | 1000001 | 101010 |
Color Harmonies of #B12677
Complementary color
Monochromatic Colors of #B12677
Black with #B12677
Text Example
Text Example
White with #B12677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12677; }
p { color: rgb(177,38,119); }
H1.HeaderClassName
{
color: #B12677;
}
.AnyTagClassName
{
color: #B12677;
}
</style>
background-color css
<style>
a { background-color: #B12677; }
a { background-color: rgb(177,38,119); }
div.DivClassName
{
background-color: #B12677;
}
.BgClassName
{
background-color: #B12677;
}
</style>
border-color css
<style>
span { border-color: #B12677; }
span { border-color: rgb(177,38,119); }
td.TdClassName
{
border-color: #B12677;
}
.TagClassName
{
border-color: #B12677;
}
</style>