Shades of Medium Violet Red #B51D92
Tints of Medium Violet Red #B51D92
RGB
CMYK
RGB Variations
Color information
#B51D92 (or 0xB51D92) is known color: Medium Violet Red. HEX triplet: B5, 1D and 92. RGB value is (181,29,146). Sum of RGB (Red+Green+Blue) = 181+29+146=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B51D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51D92 is #4AE26D. Grayscale: #575757. Windows color (decimal): -4907630 or 9575861. OLE color: 9575861.
HSL color Cylindrical-coordinate representation of color #B51D92: hue angle of 313.82º 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 #B51D92 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 29 | 146 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.29 |
| HSL | 313.82º | 0.72% | 0.41% | - |
| HSV(B) | 313.82º | 0.84% | 0.71% | - |
| XYZ | 24.68 | 12.78 | 28.36 | - |
| YUV | 87.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 29 | 146 | 0 | 0.84 | 0.19 | 0.29 | 313.82 | 0.72 | 0.41 |
| Hex | B5 | 1D | 92 | 0 | 54 | 13 | 1D | 13A | 48 | 29 |
| Octal | 265 | 35 | 222 | 0 | 124 | 23 | 35 | 472 | 110 | 51 |
| Binary | 10110101 | 11101 | 10010010 | 0 | 1010100 | 10011 | 11101 | 100111010 | 1001000 | 101001 |
Color Harmonies of #B51D92
Complementary color
Monochromatic Colors of #B51D92
Black with #B51D92
Text Example
Text Example
White with #B51D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51D92; }
p { color: rgb(181,29,146); }
H1.HeaderClassName
{
color: #B51D92;
}
.AnyTagClassName
{
color: #B51D92;
}
</style>
background-color css
<style>
a { background-color: #B51D92; }
a { background-color: rgb(181,29,146); }
div.DivClassName
{
background-color: #B51D92;
}
.BgClassName
{
background-color: #B51D92;
}
</style>
border-color css
<style>
span { border-color: #B51D92; }
span { border-color: rgb(181,29,146); }
td.TdClassName
{
border-color: #B51D92;
}
.TagClassName
{
border-color: #B51D92;
}
</style>