Shades of Medium Violet Red #B1097B
Tints of Medium Violet Red #B1097B
RGB
CMYK
RGB Variations
Color information
#B1097B (or 0xB1097B) is known color: Medium Violet Red. HEX triplet: B1, 09 and 7B. RGB value is (177,9,123). Sum of RGB (Red+Green+Blue) = 177+9+123=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1097B is #4EF684. Grayscale: #474747. Windows color (decimal): -5174917 or 8063409. OLE color: 8063409.
HSL color Cylindrical-coordinate representation of color #B1097B: hue angle of 319.29º 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 #B1097B is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 123 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.31 |
| HSL | 319.29º | 0.9% | 0.36% | - |
| HSV(B) | 319.29º | 0.95% | 0.69% | - |
| XYZ | 21.8 | 10.97 | 19.71 | - |
| YUV | 72.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 123 | 0 | 0.95 | 0.31 | 0.31 | 319.29 | 0.9 | 0.36 |
| Hex | B1 | 9 | 7B | 0 | 5F | 1F | 1F | 13F | 5A | 24 |
| Octal | 261 | 11 | 173 | 0 | 137 | 37 | 37 | 477 | 132 | 44 |
| Binary | 10110001 | 1001 | 1111011 | 0 | 1011111 | 11111 | 11111 | 100111111 | 1011010 | 100100 |
Color Harmonies of #B1097B
Complementary color
Monochromatic Colors of #B1097B
Black with #B1097B
Text Example
Text Example
White with #B1097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1097B; }
p { color: rgb(177,9,123); }
H1.HeaderClassName
{
color: #B1097B;
}
.AnyTagClassName
{
color: #B1097B;
}
</style>
background-color css
<style>
a { background-color: #B1097B; }
a { background-color: rgb(177,9,123); }
div.DivClassName
{
background-color: #B1097B;
}
.BgClassName
{
background-color: #B1097B;
}
</style>
border-color css
<style>
span { border-color: #B1097B; }
span { border-color: rgb(177,9,123); }
td.TdClassName
{
border-color: #B1097B;
}
.TagClassName
{
border-color: #B1097B;
}
</style>