Shades of Medium Violet Red #B316A0
Tints of Medium Violet Red #B316A0
RGB
CMYK
RGB Variations
Color information
#B316A0 (or 0xB316A0) is known color: Medium Violet Red. HEX triplet: B3, 16 and A0. RGB value is (179,22,160). Sum of RGB (Red+Green+Blue) = 179+22+160=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B316A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B316A0 is #4CE95F. Grayscale: #545454. Windows color (decimal): -5040480 or 10491571. OLE color: 10491571.
HSL color Cylindrical-coordinate representation of color #B316A0: hue angle of 307.26º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B316A0 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 22 | 160 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.30 |
| HSL | 307.26º | 0.78% | 0.39% | - |
| HSV(B) | 307.26º | 0.88% | 0.7% | - |
| XYZ | 25.22 | 12.7 | 34.38 | - |
| YUV | 84.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 160 | 0 | 0.88 | 0.11 | 0.30 | 307.26 | 0.78 | 0.39 |
| Hex | B3 | 16 | A0 | 0 | 58 | B | 1E | 133 | 4E | 27 |
| Octal | 263 | 26 | 240 | 0 | 130 | 13 | 36 | 463 | 116 | 47 |
| Binary | 10110011 | 10110 | 10100000 | 0 | 1011000 | 1011 | 11110 | 100110011 | 1001110 | 100111 |
Color Harmonies of #B316A0
Complementary color
Monochromatic Colors of #B316A0
Black with #B316A0
Text Example
Text Example
White with #B316A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316A0; }
p { color: rgb(179,22,160); }
H1.HeaderClassName
{
color: #B316A0;
}
.AnyTagClassName
{
color: #B316A0;
}
</style>
background-color css
<style>
a { background-color: #B316A0; }
a { background-color: rgb(179,22,160); }
div.DivClassName
{
background-color: #B316A0;
}
.BgClassName
{
background-color: #B316A0;
}
</style>
border-color css
<style>
span { border-color: #B316A0; }
span { border-color: rgb(179,22,160); }
td.TdClassName
{
border-color: #B316A0;
}
.TagClassName
{
border-color: #B316A0;
}
</style>