Shades of Medium Violet Red #B019A6
Tints of Medium Violet Red #B019A6
RGB
CMYK
RGB Variations
Color information
#B019A6 (or 0xB019A6) is known color: Medium Violet Red. HEX triplet: B0, 19 and A6. RGB value is (176,25,166). Sum of RGB (Red+Green+Blue) = 176+25+166=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B019A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B019A6 is #4FE659. Grayscale: #555555. Windows color (decimal): -5236314 or 10885552. OLE color: 10885552.
HSL color Cylindrical-coordinate representation of color #B019A6: hue angle of 303.97º degrees, saturation: 0.75, 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 #B019A6 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 25 | 166 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.31 |
| HSL | 303.97º | 0.75% | 0.39% | - |
| HSV(B) | 303.97º | 0.86% | 0.69% | - |
| XYZ | 25.14 | 12.68 | 37.2 | - |
| YUV | 86.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 166 | 0 | 0.86 | 0.06 | 0.31 | 303.97 | 0.75 | 0.39 |
| Hex | B0 | 19 | A6 | 0 | 56 | 6 | 1F | 130 | 4B | 27 |
| Octal | 260 | 31 | 246 | 0 | 126 | 6 | 37 | 460 | 113 | 47 |
| Binary | 10110000 | 11001 | 10100110 | 0 | 1010110 | 110 | 11111 | 100110000 | 1001011 | 100111 |
Color Harmonies of #B019A6
Complementary color
Monochromatic Colors of #B019A6
Black with #B019A6
Text Example
Text Example
White with #B019A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B019A6; }
p { color: rgb(176,25,166); }
H1.HeaderClassName
{
color: #B019A6;
}
.AnyTagClassName
{
color: #B019A6;
}
</style>
background-color css
<style>
a { background-color: #B019A6; }
a { background-color: rgb(176,25,166); }
div.DivClassName
{
background-color: #B019A6;
}
.BgClassName
{
background-color: #B019A6;
}
</style>
border-color css
<style>
span { border-color: #B019A6; }
span { border-color: rgb(176,25,166); }
td.TdClassName
{
border-color: #B019A6;
}
.TagClassName
{
border-color: #B019A6;
}
</style>