Shades of Medium Red Violet #B12770
Tints of Medium Red Violet #B12770
RGB
CMYK
RGB Variations
Color information
#B12770 (or 0xB12770) is known color: Medium Red Violet. HEX triplet: B1, 27 and 70. RGB value is (177,39,112). Sum of RGB (Red+Green+Blue) = 177+39+112=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B12770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12770 is #4ED88F. Grayscale: #585858. Windows color (decimal): -5167248 or 7350193. OLE color: 7350193.
HSL color Cylindrical-coordinate representation of color #B12770: hue angle of 328.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12770 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 112 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.31 |
| HSL | 328.26º | 0.64% | 0.42% | - |
| HSV(B) | 328.26º | 0.78% | 0.69% | - |
| XYZ | 21.78 | 11.97 | 16.49 | - |
| YUV | 88.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 112 | 0 | 0.78 | 0.37 | 0.31 | 328.26 | 0.64 | 0.42 |
| Hex | B1 | 27 | 70 | 0 | 4E | 25 | 1F | 148 | 40 | 2A |
| Octal | 261 | 47 | 160 | 0 | 116 | 45 | 37 | 510 | 100 | 52 |
| Binary | 10110001 | 100111 | 1110000 | 0 | 1001110 | 100101 | 11111 | 101001000 | 1000000 | 101010 |
Color Harmonies of #B12770
Complementary color
Monochromatic Colors of #B12770
Black with #B12770
Text Example
Text Example
White with #B12770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12770; }
p { color: rgb(177,39,112); }
H1.HeaderClassName
{
color: #B12770;
}
.AnyTagClassName
{
color: #B12770;
}
</style>
background-color css
<style>
a { background-color: #B12770; }
a { background-color: rgb(177,39,112); }
div.DivClassName
{
background-color: #B12770;
}
.BgClassName
{
background-color: #B12770;
}
</style>
border-color css
<style>
span { border-color: #B12770; }
span { border-color: rgb(177,39,112); }
td.TdClassName
{
border-color: #B12770;
}
.TagClassName
{
border-color: #B12770;
}
</style>