Shades of Medium Violet Red #B1098D
Tints of Medium Violet Red #B1098D
RGB
CMYK
RGB Variations
Color information
#B1098D (or 0xB1098D) is known color: Medium Violet Red. HEX triplet: B1, 09 and 8D. RGB value is (177,9,141). Sum of RGB (Red+Green+Blue) = 177+9+141=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B1098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1098D is #4EF672. Grayscale: #494949. Windows color (decimal): -5174899 or 9243057. OLE color: 9243057.
HSL color Cylindrical-coordinate representation of color #B1098D: hue angle of 312.86º 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 #B1098D is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 141 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.31 |
| HSL | 312.86º | 0.9% | 0.36% | - |
| HSV(B) | 312.86º | 0.95% | 0.69% | - |
| XYZ | 23.04 | 11.47 | 26.2 | - |
| YUV | 74.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 141 | 0 | 0.95 | 0.20 | 0.31 | 312.86 | 0.9 | 0.36 |
| Hex | B1 | 9 | 8D | 0 | 5F | 14 | 1F | 139 | 5A | 24 |
| Octal | 261 | 11 | 215 | 0 | 137 | 24 | 37 | 471 | 132 | 44 |
| Binary | 10110001 | 1001 | 10001101 | 0 | 1011111 | 10100 | 11111 | 100111001 | 1011010 | 100100 |
Color Harmonies of #B1098D
Complementary color
Monochromatic Colors of #B1098D
Black with #B1098D
Text Example
Text Example
White with #B1098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1098D; }
p { color: rgb(177,9,141); }
H1.HeaderClassName
{
color: #B1098D;
}
.AnyTagClassName
{
color: #B1098D;
}
</style>
background-color css
<style>
a { background-color: #B1098D; }
a { background-color: rgb(177,9,141); }
div.DivClassName
{
background-color: #B1098D;
}
.BgClassName
{
background-color: #B1098D;
}
</style>
border-color css
<style>
span { border-color: #B1098D; }
span { border-color: rgb(177,9,141); }
td.TdClassName
{
border-color: #B1098D;
}
.TagClassName
{
border-color: #B1098D;
}
</style>