Shades of Medium Violet Red #B51C8D
Tints of Medium Violet Red #B51C8D
RGB
CMYK
RGB Variations
Color information
#B51C8D (or 0xB51C8D) is known color: Medium Violet Red. HEX triplet: B5, 1C and 8D. RGB value is (181,28,141). Sum of RGB (Red+Green+Blue) = 181+28+141=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51C8D is #4AE372. Grayscale: #565656. Windows color (decimal): -4907891 or 9247925. OLE color: 9247925.
HSL color Cylindrical-coordinate representation of color #B51C8D: hue angle of 315.69º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51C8D is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 28 | 141 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.29 |
| HSL | 315.69º | 0.73% | 0.41% | - |
| HSV(B) | 315.69º | 0.85% | 0.71% | - |
| XYZ | 24.28 | 12.58 | 26.35 | - |
| YUV | 86.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 141 | 0 | 0.85 | 0.22 | 0.29 | 315.69 | 0.73 | 0.41 |
| Hex | B5 | 1C | 8D | 0 | 55 | 16 | 1D | 13C | 49 | 29 |
| Octal | 265 | 34 | 215 | 0 | 125 | 26 | 35 | 474 | 111 | 51 |
| Binary | 10110101 | 11100 | 10001101 | 0 | 1010101 | 10110 | 11101 | 100111100 | 1001001 | 101001 |
Color Harmonies of #B51C8D
Complementary color
Monochromatic Colors of #B51C8D
Black with #B51C8D
Text Example
Text Example
White with #B51C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51C8D; }
p { color: rgb(181,28,141); }
H1.HeaderClassName
{
color: #B51C8D;
}
.AnyTagClassName
{
color: #B51C8D;
}
</style>
background-color css
<style>
a { background-color: #B51C8D; }
a { background-color: rgb(181,28,141); }
div.DivClassName
{
background-color: #B51C8D;
}
.BgClassName
{
background-color: #B51C8D;
}
</style>
border-color css
<style>
span { border-color: #B51C8D; }
span { border-color: rgb(181,28,141); }
td.TdClassName
{
border-color: #B51C8D;
}
.TagClassName
{
border-color: #B51C8D;
}
</style>