Shades of Medium Violet Red #B016A3
Tints of Medium Violet Red #B016A3
RGB
CMYK
RGB Variations
Color information
#B016A3 (or 0xB016A3) is known color: Medium Violet Red. HEX triplet: B0, 16 and A3. RGB value is (176,22,163). Sum of RGB (Red+Green+Blue) = 176+22+163=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B016A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B016A3 is #4FE95C. Grayscale: #535353. Windows color (decimal): -5237085 or 10688176. OLE color: 10688176.
HSL color Cylindrical-coordinate representation of color #B016A3: hue angle of 305.06º degrees, saturation: 0.78, 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 #B016A3 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 163 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.31 |
| HSL | 305.06º | 0.78% | 0.39% | - |
| HSV(B) | 305.06º | 0.88% | 0.69% | - |
| XYZ | 24.8 | 12.45 | 35.75 | - |
| YUV | 84.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 163 | 0 | 0.88 | 0.07 | 0.31 | 305.06 | 0.78 | 0.39 |
| Hex | B0 | 16 | A3 | 0 | 58 | 7 | 1F | 131 | 4E | 27 |
| Octal | 260 | 26 | 243 | 0 | 130 | 7 | 37 | 461 | 116 | 47 |
| Binary | 10110000 | 10110 | 10100011 | 0 | 1011000 | 111 | 11111 | 100110001 | 1001110 | 100111 |
Color Harmonies of #B016A3
Complementary color
Monochromatic Colors of #B016A3
Black with #B016A3
Text Example
Text Example
White with #B016A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B016A3; }
p { color: rgb(176,22,163); }
H1.HeaderClassName
{
color: #B016A3;
}
.AnyTagClassName
{
color: #B016A3;
}
</style>
background-color css
<style>
a { background-color: #B016A3; }
a { background-color: rgb(176,22,163); }
div.DivClassName
{
background-color: #B016A3;
}
.BgClassName
{
background-color: #B016A3;
}
</style>
border-color css
<style>
span { border-color: #B016A3; }
span { border-color: rgb(176,22,163); }
td.TdClassName
{
border-color: #B016A3;
}
.TagClassName
{
border-color: #B016A3;
}
</style>