Shades of Medium Violet Red #B616A2
Tints of Medium Violet Red #B616A2
RGB
CMYK
RGB Variations
Color information
#B616A2 (or 0xB616A2) is known color: Medium Violet Red. HEX triplet: B6, 16 and A2. RGB value is (182,22,162). Sum of RGB (Red+Green+Blue) = 182+22+162=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B616A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B616A2 is #49E95D. Grayscale: #555555. Windows color (decimal): -4843870 or 10622646. OLE color: 10622646.
HSL color Cylindrical-coordinate representation of color #B616A2: hue angle of 307.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B616A2 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 22 | 162 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.29 |
| HSL | 307.5º | 0.78% | 0.4% | - |
| HSV(B) | 307.5º | 0.88% | 0.71% | - |
| XYZ | 26.1 | 13.13 | 35.34 | - |
| YUV | 85.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 162 | 0 | 0.88 | 0.11 | 0.29 | 307.5 | 0.78 | 0.4 |
| Hex | B6 | 16 | A2 | 0 | 58 | B | 1D | 134 | 4E | 28 |
| Octal | 266 | 26 | 242 | 0 | 130 | 13 | 35 | 464 | 116 | 50 |
| Binary | 10110110 | 10110 | 10100010 | 0 | 1011000 | 1011 | 11101 | 100110100 | 1001110 | 101000 |
Color Harmonies of #B616A2
Complementary color
Monochromatic Colors of #B616A2
Black with #B616A2
Text Example
Text Example
White with #B616A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B616A2; }
p { color: rgb(182,22,162); }
H1.HeaderClassName
{
color: #B616A2;
}
.AnyTagClassName
{
color: #B616A2;
}
</style>
background-color css
<style>
a { background-color: #B616A2; }
a { background-color: rgb(182,22,162); }
div.DivClassName
{
background-color: #B616A2;
}
.BgClassName
{
background-color: #B616A2;
}
</style>
border-color css
<style>
span { border-color: #B616A2; }
span { border-color: rgb(182,22,162); }
td.TdClassName
{
border-color: #B616A2;
}
.TagClassName
{
border-color: #B616A2;
}
</style>