Shades of Medium Violet Red #B51D8B
Tints of Medium Violet Red #B51D8B
RGB
CMYK
RGB Variations
Color information
#B51D8B (or 0xB51D8B) is known color: Medium Violet Red. HEX triplet: B5, 1D and 8B. RGB value is (181,29,139). Sum of RGB (Red+Green+Blue) = 181+29+139=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51D8B is #4AE274. Grayscale: #565656. Windows color (decimal): -4907637 or 9117109. OLE color: 9117109.
HSL color Cylindrical-coordinate representation of color #B51D8B: hue angle of 316.58º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51D8B is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 139 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.29 |
| HSL | 316.58º | 0.72% | 0.41% | - |
| HSV(B) | 316.58º | 0.84% | 0.71% | - |
| XYZ | 24.16 | 12.57 | 25.58 | - |
| YUV | 86.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 139 | 0 | 0.84 | 0.23 | 0.29 | 316.58 | 0.72 | 0.41 |
| Hex | B5 | 1D | 8B | 0 | 54 | 17 | 1D | 13D | 48 | 29 |
| Octal | 265 | 35 | 213 | 0 | 124 | 27 | 35 | 475 | 110 | 51 |
| Binary | 10110101 | 11101 | 10001011 | 0 | 1010100 | 10111 | 11101 | 100111101 | 1001000 | 101001 |
Color Harmonies of #B51D8B
Complementary color
Monochromatic Colors of #B51D8B
Black with #B51D8B
Text Example
Text Example
White with #B51D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51D8B; }
p { color: rgb(181,29,139); }
H1.HeaderClassName
{
color: #B51D8B;
}
.AnyTagClassName
{
color: #B51D8B;
}
</style>
background-color css
<style>
a { background-color: #B51D8B; }
a { background-color: rgb(181,29,139); }
div.DivClassName
{
background-color: #B51D8B;
}
.BgClassName
{
background-color: #B51D8B;
}
</style>
border-color css
<style>
span { border-color: #B51D8B; }
span { border-color: rgb(181,29,139); }
td.TdClassName
{
border-color: #B51D8B;
}
.TagClassName
{
border-color: #B51D8B;
}
</style>