Shades of Medium Violet Red #B118A7
Tints of Medium Violet Red #B118A7
RGB
CMYK
RGB Variations
Color information
#B118A7 (or 0xB118A7) is known color: Medium Violet Red. HEX triplet: B1, 18 and A7. RGB value is (177,24,167). Sum of RGB (Red+Green+Blue) = 177+24+167=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B118A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B118A7 is #4EE758. Grayscale: #555555. Windows color (decimal): -5171033 or 10950833. OLE color: 10950833.
HSL color Cylindrical-coordinate representation of color #B118A7: hue angle of 303.92º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B118A7 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 24 | 167 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.31 |
| HSL | 303.92º | 0.76% | 0.39% | - |
| HSV(B) | 303.92º | 0.86% | 0.69% | - |
| XYZ | 25.43 | 12.79 | 37.69 | - |
| YUV | 86.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 167 | 0 | 0.86 | 0.06 | 0.31 | 303.92 | 0.76 | 0.39 |
| Hex | B1 | 18 | A7 | 0 | 56 | 6 | 1F | 130 | 4C | 27 |
| Octal | 261 | 30 | 247 | 0 | 126 | 6 | 37 | 460 | 114 | 47 |
| Binary | 10110001 | 11000 | 10100111 | 0 | 1010110 | 110 | 11111 | 100110000 | 1001100 | 100111 |
Color Harmonies of #B118A7
Complementary color
Monochromatic Colors of #B118A7
Black with #B118A7
Text Example
Text Example
White with #B118A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B118A7; }
p { color: rgb(177,24,167); }
H1.HeaderClassName
{
color: #B118A7;
}
.AnyTagClassName
{
color: #B118A7;
}
</style>
background-color css
<style>
a { background-color: #B118A7; }
a { background-color: rgb(177,24,167); }
div.DivClassName
{
background-color: #B118A7;
}
.BgClassName
{
background-color: #B118A7;
}
</style>
border-color css
<style>
span { border-color: #B118A7; }
span { border-color: rgb(177,24,167); }
td.TdClassName
{
border-color: #B118A7;
}
.TagClassName
{
border-color: #B118A7;
}
</style>