Shades of Medium Violet Red #B117A0
Tints of Medium Violet Red #B117A0
RGB
CMYK
RGB Variations
Color information
#B117A0 (or 0xB117A0) is known color: Medium Violet Red. HEX triplet: B1, 17 and A0. RGB value is (177,23,160). Sum of RGB (Red+Green+Blue) = 177+23+160=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B117A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B117A0 is #4EE85F. Grayscale: #545454. Windows color (decimal): -5171296 or 10491825. OLE color: 10491825.
HSL color Cylindrical-coordinate representation of color #B117A0: hue angle of 306.62º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B117A0 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 160 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.31 |
| HSL | 306.62º | 0.77% | 0.39% | - |
| HSV(B) | 306.62º | 0.87% | 0.69% | - |
| XYZ | 24.78 | 12.5 | 34.36 | - |
| YUV | 84.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 160 | 0 | 0.87 | 0.10 | 0.31 | 306.62 | 0.77 | 0.39 |
| Hex | B1 | 17 | A0 | 0 | 57 | A | 1F | 133 | 4D | 27 |
| Octal | 261 | 27 | 240 | 0 | 127 | 12 | 37 | 463 | 115 | 47 |
| Binary | 10110001 | 10111 | 10100000 | 0 | 1010111 | 1010 | 11111 | 100110011 | 1001101 | 100111 |
Color Harmonies of #B117A0
Complementary color
Monochromatic Colors of #B117A0
Black with #B117A0
Text Example
Text Example
White with #B117A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B117A0; }
p { color: rgb(177,23,160); }
H1.HeaderClassName
{
color: #B117A0;
}
.AnyTagClassName
{
color: #B117A0;
}
</style>
background-color css
<style>
a { background-color: #B117A0; }
a { background-color: rgb(177,23,160); }
div.DivClassName
{
background-color: #B117A0;
}
.BgClassName
{
background-color: #B117A0;
}
</style>
border-color css
<style>
span { border-color: #B117A0; }
span { border-color: rgb(177,23,160); }
td.TdClassName
{
border-color: #B117A0;
}
.TagClassName
{
border-color: #B117A0;
}
</style>