Shades of Medium Violet Red #B1129F
Tints of Medium Violet Red #B1129F
RGB
CMYK
RGB Variations
Color information
#B1129F (or 0xB1129F) is known color: Medium Violet Red. HEX triplet: B1, 12 and 9F. RGB value is (177,18,159). Sum of RGB (Red+Green+Blue) = 177+18+159=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1129F is #4EED60. Grayscale: #515151. Windows color (decimal): -5172577 or 10425009. OLE color: 10425009.
HSL color Cylindrical-coordinate representation of color #B1129F: hue angle of 306.79º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1129F is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 159 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.31 |
| HSL | 306.79º | 0.82% | 0.38% | - |
| HSV(B) | 306.79º | 0.9% | 0.69% | - |
| XYZ | 24.61 | 12.28 | 33.87 | - |
| YUV | 81.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 159 | 0 | 0.90 | 0.10 | 0.31 | 306.79 | 0.82 | 0.38 |
| Hex | B1 | 12 | 9F | 0 | 5A | A | 1F | 133 | 52 | 26 |
| Octal | 261 | 22 | 237 | 0 | 132 | 12 | 37 | 463 | 122 | 46 |
| Binary | 10110001 | 10010 | 10011111 | 0 | 1011010 | 1010 | 11111 | 100110011 | 1010010 | 100110 |
Color Harmonies of #B1129F
Complementary color
Monochromatic Colors of #B1129F
Black with #B1129F
Text Example
Text Example
White with #B1129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1129F; }
p { color: rgb(177,18,159); }
H1.HeaderClassName
{
color: #B1129F;
}
.AnyTagClassName
{
color: #B1129F;
}
</style>
background-color css
<style>
a { background-color: #B1129F; }
a { background-color: rgb(177,18,159); }
div.DivClassName
{
background-color: #B1129F;
}
.BgClassName
{
background-color: #B1129F;
}
</style>
border-color css
<style>
span { border-color: #B1129F; }
span { border-color: rgb(177,18,159); }
td.TdClassName
{
border-color: #B1129F;
}
.TagClassName
{
border-color: #B1129F;
}
</style>