Shades of Medium Violet Red #B1159A
Tints of Medium Violet Red #B1159A
RGB
CMYK
RGB Variations
Color information
#B1159A (or 0xB1159A) is known color: Medium Violet Red. HEX triplet: B1, 15 and 9A. RGB value is (177,21,154). Sum of RGB (Red+Green+Blue) = 177+21+154=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1159A is #4EEA65. Grayscale: #525252. Windows color (decimal): -5171814 or 10098097. OLE color: 10098097.
HSL color Cylindrical-coordinate representation of color #B1159A: hue angle of 308.85º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1159A is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 154 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.31 |
| HSL | 308.85º | 0.79% | 0.39% | - |
| HSV(B) | 308.85º | 0.88% | 0.69% | - |
| XYZ | 24.23 | 12.22 | 31.65 | - |
| YUV | 82.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 154 | 0 | 0.88 | 0.13 | 0.31 | 308.85 | 0.79 | 0.39 |
| Hex | B1 | 15 | 9A | 0 | 58 | D | 1F | 135 | 4F | 27 |
| Octal | 261 | 25 | 232 | 0 | 130 | 15 | 37 | 465 | 117 | 47 |
| Binary | 10110001 | 10101 | 10011010 | 0 | 1011000 | 1101 | 11111 | 100110101 | 1001111 | 100111 |
Color Harmonies of #B1159A
Complementary color
Monochromatic Colors of #B1159A
Black with #B1159A
Text Example
Text Example
White with #B1159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1159A; }
p { color: rgb(177,21,154); }
H1.HeaderClassName
{
color: #B1159A;
}
.AnyTagClassName
{
color: #B1159A;
}
</style>
background-color css
<style>
a { background-color: #B1159A; }
a { background-color: rgb(177,21,154); }
div.DivClassName
{
background-color: #B1159A;
}
.BgClassName
{
background-color: #B1159A;
}
</style>
border-color css
<style>
span { border-color: #B1159A; }
span { border-color: rgb(177,21,154); }
td.TdClassName
{
border-color: #B1159A;
}
.TagClassName
{
border-color: #B1159A;
}
</style>