Shades of Medium Violet Red #B316A8
Tints of Medium Violet Red #B316A8
RGB
CMYK
RGB Variations
Color information
#B316A8 (or 0xB316A8) is known color: Medium Violet Red. HEX triplet: B3, 16 and A8. RGB value is (179,22,168). Sum of RGB (Red+Green+Blue) = 179+22+168=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B316A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B316A8 is #4CE957. Grayscale: #555555. Windows color (decimal): -5040472 or 11015859. OLE color: 11015859.
HSL color Cylindrical-coordinate representation of color #B316A8: hue angle of 304.2º 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 #B316A8 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 22 | 168 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.30 |
| HSL | 304.2º | 0.78% | 0.39% | - |
| HSV(B) | 304.2º | 0.88% | 0.7% | - |
| XYZ | 25.95 | 12.98 | 38.18 | - |
| YUV | 85.59 | 174.51 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 168 | 0 | 0.88 | 0.06 | 0.30 | 304.2 | 0.78 | 0.39 |
| Hex | B3 | 16 | A8 | 0 | 58 | 6 | 1E | 130 | 4E | 27 |
| Octal | 263 | 26 | 250 | 0 | 130 | 6 | 36 | 460 | 116 | 47 |
| Binary | 10110011 | 10110 | 10101000 | 0 | 1011000 | 110 | 11110 | 100110000 | 1001110 | 100111 |
Color Harmonies of #B316A8
Complementary color
Monochromatic Colors of #B316A8
Black with #B316A8
Text Example
Text Example
White with #B316A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316A8; }
p { color: rgb(179,22,168); }
H1.HeaderClassName
{
color: #B316A8;
}
.AnyTagClassName
{
color: #B316A8;
}
</style>
background-color css
<style>
a { background-color: #B316A8; }
a { background-color: rgb(179,22,168); }
div.DivClassName
{
background-color: #B316A8;
}
.BgClassName
{
background-color: #B316A8;
}
</style>
border-color css
<style>
span { border-color: #B316A8; }
span { border-color: rgb(179,22,168); }
td.TdClassName
{
border-color: #B316A8;
}
.TagClassName
{
border-color: #B316A8;
}
</style>