Shades of Medium Violet Red #B1097D
Tints of Medium Violet Red #B1097D
RGB
CMYK
RGB Variations
Color information
#B1097D (or 0xB1097D) is known color: Medium Violet Red. HEX triplet: B1, 09 and 7D. RGB value is (177,9,125). Sum of RGB (Red+Green+Blue) = 177+9+125=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B1097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1097D is #4EF682. Grayscale: #484848. Windows color (decimal): -5174915 or 8194481. OLE color: 8194481.
HSL color Cylindrical-coordinate representation of color #B1097D: hue angle of 318.57º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1097D is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 125 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.31 |
| HSL | 318.57º | 0.9% | 0.36% | - |
| HSV(B) | 318.57º | 0.95% | 0.69% | - |
| XYZ | 21.93 | 11.02 | 20.37 | - |
| YUV | 72.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 125 | 0 | 0.95 | 0.29 | 0.31 | 318.57 | 0.9 | 0.36 |
| Hex | B1 | 9 | 7D | 0 | 5F | 1D | 1F | 13F | 5A | 24 |
| Octal | 261 | 11 | 175 | 0 | 137 | 35 | 37 | 477 | 132 | 44 |
| Binary | 10110001 | 1001 | 1111101 | 0 | 1011111 | 11101 | 11111 | 100111111 | 1011010 | 100100 |
Color Harmonies of #B1097D
Complementary color
Monochromatic Colors of #B1097D
Black with #B1097D
Text Example
Text Example
White with #B1097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1097D; }
p { color: rgb(177,9,125); }
H1.HeaderClassName
{
color: #B1097D;
}
.AnyTagClassName
{
color: #B1097D;
}
</style>
background-color css
<style>
a { background-color: #B1097D; }
a { background-color: rgb(177,9,125); }
div.DivClassName
{
background-color: #B1097D;
}
.BgClassName
{
background-color: #B1097D;
}
</style>
border-color css
<style>
span { border-color: #B1097D; }
span { border-color: rgb(177,9,125); }
td.TdClassName
{
border-color: #B1097D;
}
.TagClassName
{
border-color: #B1097D;
}
</style>