Shades of Medium Violet Red #B1127E
Tints of Medium Violet Red #B1127E
RGB
CMYK
RGB Variations
Color information
#B1127E (or 0xB1127E) is known color: Medium Violet Red. HEX triplet: B1, 12 and 7E. RGB value is (177,18,126). Sum of RGB (Red+Green+Blue) = 177+18+126=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1127E is #4EED81. Grayscale: #4D4D4D. Windows color (decimal): -5172610 or 8262321. OLE color: 8262321.
HSL color Cylindrical-coordinate representation of color #B1127E: hue angle of 319.25º 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 #B1127E is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 126 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.31 |
| HSL | 319.25º | 0.82% | 0.38% | - |
| HSV(B) | 319.25º | 0.9% | 0.69% | - |
| XYZ | 22.11 | 11.29 | 20.75 | - |
| YUV | 77.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 126 | 0 | 0.90 | 0.29 | 0.31 | 319.25 | 0.82 | 0.38 |
| Hex | B1 | 12 | 7E | 0 | 5A | 1D | 1F | 13F | 52 | 26 |
| Octal | 261 | 22 | 176 | 0 | 132 | 35 | 37 | 477 | 122 | 46 |
| Binary | 10110001 | 10010 | 1111110 | 0 | 1011010 | 11101 | 11111 | 100111111 | 1010010 | 100110 |
Color Harmonies of #B1127E
Complementary color
Monochromatic Colors of #B1127E
Black with #B1127E
Text Example
Text Example
White with #B1127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1127E; }
p { color: rgb(177,18,126); }
H1.HeaderClassName
{
color: #B1127E;
}
.AnyTagClassName
{
color: #B1127E;
}
</style>
background-color css
<style>
a { background-color: #B1127E; }
a { background-color: rgb(177,18,126); }
div.DivClassName
{
background-color: #B1127E;
}
.BgClassName
{
background-color: #B1127E;
}
</style>
border-color css
<style>
span { border-color: #B1127E; }
span { border-color: rgb(177,18,126); }
td.TdClassName
{
border-color: #B1127E;
}
.TagClassName
{
border-color: #B1127E;
}
</style>