Shades of Medium Violet Red #B1089D
Tints of Medium Violet Red #B1089D
RGB
CMYK
RGB Variations
Color information
#B1089D (or 0xB1089D) is known color: Medium Violet Red. HEX triplet: B1, 08 and 9D. RGB value is (177,8,157). Sum of RGB (Red+Green+Blue) = 177+8+157=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1089D is #4EF762. Grayscale: #4B4B4B. Windows color (decimal): -5175139 or 10291377. OLE color: 10291377.
HSL color Cylindrical-coordinate representation of color #B1089D: hue angle of 307.1º degrees, saturation: 0.91, 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 #B1089D is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 8 | 157 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.31 |
| HSL | 307.1º | 0.91% | 0.36% | - |
| HSV(B) | 307.1º | 0.95% | 0.69% | - |
| XYZ | 24.3 | 11.96 | 32.92 | - |
| YUV | 75.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 157 | 0 | 0.95 | 0.11 | 0.31 | 307.1 | 0.91 | 0.36 |
| Hex | B1 | 8 | 9D | 0 | 5F | B | 1F | 133 | 5B | 24 |
| Octal | 261 | 10 | 235 | 0 | 137 | 13 | 37 | 463 | 133 | 44 |
| Binary | 10110001 | 1000 | 10011101 | 0 | 1011111 | 1011 | 11111 | 100110011 | 1011011 | 100100 |
Color Harmonies of #B1089D
Complementary color
Monochromatic Colors of #B1089D
Black with #B1089D
Text Example
Text Example
White with #B1089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1089D; }
p { color: rgb(177,8,157); }
H1.HeaderClassName
{
color: #B1089D;
}
.AnyTagClassName
{
color: #B1089D;
}
</style>
background-color css
<style>
a { background-color: #B1089D; }
a { background-color: rgb(177,8,157); }
div.DivClassName
{
background-color: #B1089D;
}
.BgClassName
{
background-color: #B1089D;
}
</style>
border-color css
<style>
span { border-color: #B1089D; }
span { border-color: rgb(177,8,157); }
td.TdClassName
{
border-color: #B1089D;
}
.TagClassName
{
border-color: #B1089D;
}
</style>