Shades of Medium Violet Red #B316A1
Tints of Medium Violet Red #B316A1
RGB
CMYK
RGB Variations
Color information
#B316A1 (or 0xB316A1) is known color: Medium Violet Red. HEX triplet: B3, 16 and A1. RGB value is (179,22,161). Sum of RGB (Red+Green+Blue) = 179+22+161=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B316A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B316A1 is #4CE95E. Grayscale: #545454. Windows color (decimal): -5040479 or 10557107. OLE color: 10557107.
HSL color Cylindrical-coordinate representation of color #B316A1: hue angle of 306.88º 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 #B316A1 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 22 | 161 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.30 |
| HSL | 306.88º | 0.78% | 0.39% | - |
| HSV(B) | 306.88º | 0.88% | 0.7% | - |
| XYZ | 25.31 | 12.73 | 34.84 | - |
| YUV | 84.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 161 | 0 | 0.88 | 0.10 | 0.30 | 306.88 | 0.78 | 0.39 |
| Hex | B3 | 16 | A1 | 0 | 58 | A | 1E | 133 | 4E | 27 |
| Octal | 263 | 26 | 241 | 0 | 130 | 12 | 36 | 463 | 116 | 47 |
| Binary | 10110011 | 10110 | 10100001 | 0 | 1011000 | 1010 | 11110 | 100110011 | 1001110 | 100111 |
Color Harmonies of #B316A1
Complementary color
Monochromatic Colors of #B316A1
Black with #B316A1
Text Example
Text Example
White with #B316A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316A1; }
p { color: rgb(179,22,161); }
H1.HeaderClassName
{
color: #B316A1;
}
.AnyTagClassName
{
color: #B316A1;
}
</style>
background-color css
<style>
a { background-color: #B316A1; }
a { background-color: rgb(179,22,161); }
div.DivClassName
{
background-color: #B316A1;
}
.BgClassName
{
background-color: #B316A1;
}
</style>
border-color css
<style>
span { border-color: #B316A1; }
span { border-color: rgb(179,22,161); }
td.TdClassName
{
border-color: #B316A1;
}
.TagClassName
{
border-color: #B316A1;
}
</style>