Shades of Medium Violet Red #B119A8
Tints of Medium Violet Red #B119A8
RGB
CMYK
RGB Variations
Color information
#B119A8 (or 0xB119A8) is known color: Medium Violet Red. HEX triplet: B1, 19 and A8. RGB value is (177,25,168). Sum of RGB (Red+Green+Blue) = 177+25+168=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B119A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B119A8 is #4EE657. Grayscale: #565656. Windows color (decimal): -5170776 or 11016625. OLE color: 11016625.
HSL color Cylindrical-coordinate representation of color #B119A8: hue angle of 303.55º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B119A8 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 25 | 168 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.31 |
| HSL | 303.55º | 0.75% | 0.4% | - |
| HSV(B) | 303.55º | 0.86% | 0.69% | - |
| XYZ | 25.55 | 12.87 | 38.18 | - |
| YUV | 86.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 168 | 0 | 0.86 | 0.05 | 0.31 | 303.55 | 0.75 | 0.4 |
| Hex | B1 | 19 | A8 | 0 | 56 | 5 | 1F | 130 | 4B | 28 |
| Octal | 261 | 31 | 250 | 0 | 126 | 5 | 37 | 460 | 113 | 50 |
| Binary | 10110001 | 11001 | 10101000 | 0 | 1010110 | 101 | 11111 | 100110000 | 1001011 | 101000 |
Color Harmonies of #B119A8
Complementary color
Monochromatic Colors of #B119A8
Black with #B119A8
Text Example
Text Example
White with #B119A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B119A8; }
p { color: rgb(177,25,168); }
H1.HeaderClassName
{
color: #B119A8;
}
.AnyTagClassName
{
color: #B119A8;
}
</style>
background-color css
<style>
a { background-color: #B119A8; }
a { background-color: rgb(177,25,168); }
div.DivClassName
{
background-color: #B119A8;
}
.BgClassName
{
background-color: #B119A8;
}
</style>
border-color css
<style>
span { border-color: #B119A8; }
span { border-color: rgb(177,25,168); }
td.TdClassName
{
border-color: #B119A8;
}
.TagClassName
{
border-color: #B119A8;
}
</style>