Shades of Medium Violet Red #B51B8C
Tints of Medium Violet Red #B51B8C
RGB
CMYK
RGB Variations
Color information
#B51B8C (or 0xB51B8C) is known color: Medium Violet Red. HEX triplet: B5, 1B and 8C. RGB value is (181,27,140). Sum of RGB (Red+Green+Blue) = 181+27+140=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B51B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51B8C is #4AE473. Grayscale: #555555. Windows color (decimal): -4908148 or 9182133. OLE color: 9182133.
HSL color Cylindrical-coordinate representation of color #B51B8C: hue angle of 315.97º degrees, saturation: 0.74, 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 #B51B8C is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 27 | 140 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.29 |
| HSL | 315.97º | 0.74% | 0.41% | - |
| HSV(B) | 315.97º | 0.85% | 0.71% | - |
| XYZ | 24.18 | 12.5 | 25.95 | - |
| YUV | 85.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 27 | 140 | 0 | 0.85 | 0.23 | 0.29 | 315.97 | 0.74 | 0.41 |
| Hex | B5 | 1B | 8C | 0 | 55 | 17 | 1D | 13C | 4A | 29 |
| Octal | 265 | 33 | 214 | 0 | 125 | 27 | 35 | 474 | 112 | 51 |
| Binary | 10110101 | 11011 | 10001100 | 0 | 1010101 | 10111 | 11101 | 100111100 | 1001010 | 101001 |
Color Harmonies of #B51B8C
Complementary color
Monochromatic Colors of #B51B8C
Black with #B51B8C
Text Example
Text Example
White with #B51B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51B8C; }
p { color: rgb(181,27,140); }
H1.HeaderClassName
{
color: #B51B8C;
}
.AnyTagClassName
{
color: #B51B8C;
}
</style>
background-color css
<style>
a { background-color: #B51B8C; }
a { background-color: rgb(181,27,140); }
div.DivClassName
{
background-color: #B51B8C;
}
.BgClassName
{
background-color: #B51B8C;
}
</style>
border-color css
<style>
span { border-color: #B51B8C; }
span { border-color: rgb(181,27,140); }
td.TdClassName
{
border-color: #B51B8C;
}
.TagClassName
{
border-color: #B51B8C;
}
</style>