Shades of Medium Violet Red #B31DA8
Tints of Medium Violet Red #B31DA8
RGB
CMYK
RGB Variations
Color information
#B31DA8 (or 0xB31DA8) is known color: Medium Violet Red. HEX triplet: B3, 1D and A8. RGB value is (179,29,168). Sum of RGB (Red+Green+Blue) = 179+29+168=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DA8 is #4CE257. Grayscale: #595959. Windows color (decimal): -5038680 or 11017651. OLE color: 11017651.
HSL color Cylindrical-coordinate representation of color #B31DA8: hue angle of 304.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31DA8 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 168 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.30 |
| HSL | 304.4º | 0.72% | 0.41% | - |
| HSV(B) | 304.4º | 0.84% | 0.7% | - |
| XYZ | 26.1 | 13.29 | 38.24 | - |
| YUV | 89.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 168 | 0 | 0.84 | 0.06 | 0.30 | 304.4 | 0.72 | 0.41 |
| Hex | B3 | 1D | A8 | 0 | 54 | 6 | 1E | 130 | 48 | 29 |
| Octal | 263 | 35 | 250 | 0 | 124 | 6 | 36 | 460 | 110 | 51 |
| Binary | 10110011 | 11101 | 10101000 | 0 | 1010100 | 110 | 11110 | 100110000 | 1001000 | 101001 |
Color Harmonies of #B31DA8
Complementary color
Monochromatic Colors of #B31DA8
Black with #B31DA8
Text Example
Text Example
White with #B31DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DA8; }
p { color: rgb(179,29,168); }
H1.HeaderClassName
{
color: #B31DA8;
}
.AnyTagClassName
{
color: #B31DA8;
}
</style>
background-color css
<style>
a { background-color: #B31DA8; }
a { background-color: rgb(179,29,168); }
div.DivClassName
{
background-color: #B31DA8;
}
.BgClassName
{
background-color: #B31DA8;
}
</style>
border-color css
<style>
span { border-color: #B31DA8; }
span { border-color: rgb(179,29,168); }
td.TdClassName
{
border-color: #B31DA8;
}
.TagClassName
{
border-color: #B31DA8;
}
</style>