Shades of Medium Red Violet #B129A0
Tints of Medium Red Violet #B129A0
RGB
CMYK
RGB Variations
Color information
#B129A0 (or 0xB129A0) is known color: Medium Red Violet. HEX triplet: B1, 29 and A0. RGB value is (177,41,160). Sum of RGB (Red+Green+Blue) = 177+41+160=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B129A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B129A0 is #4ED65F. Grayscale: #5E5E5E. Windows color (decimal): -5166688 or 10496433. OLE color: 10496433.
HSL color Cylindrical-coordinate representation of color #B129A0: hue angle of 307.5º degrees, saturation: 0.62, 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 #B129A0 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 160 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.31 |
| HSL | 307.5º | 0.62% | 0.43% | - |
| HSV(B) | 307.5º | 0.77% | 0.69% | - |
| XYZ | 25.27 | 13.47 | 34.53 | - |
| YUV | 95.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 160 | 0 | 0.77 | 0.10 | 0.31 | 307.5 | 0.62 | 0.43 |
| Hex | B1 | 29 | A0 | 0 | 4D | A | 1F | 134 | 3E | 2B |
| Octal | 261 | 51 | 240 | 0 | 115 | 12 | 37 | 464 | 76 | 53 |
| Binary | 10110001 | 101001 | 10100000 | 0 | 1001101 | 1010 | 11111 | 100110100 | 111110 | 101011 |
Color Harmonies of #B129A0
Complementary color
Monochromatic Colors of #B129A0
Black with #B129A0
Text Example
Text Example
White with #B129A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B129A0; }
p { color: rgb(177,41,160); }
H1.HeaderClassName
{
color: #B129A0;
}
.AnyTagClassName
{
color: #B129A0;
}
</style>
background-color css
<style>
a { background-color: #B129A0; }
a { background-color: rgb(177,41,160); }
div.DivClassName
{
background-color: #B129A0;
}
.BgClassName
{
background-color: #B129A0;
}
</style>
border-color css
<style>
span { border-color: #B129A0; }
span { border-color: rgb(177,41,160); }
td.TdClassName
{
border-color: #B129A0;
}
.TagClassName
{
border-color: #B129A0;
}
</style>