Shades of Medium Violet Red #B51E9C
Tints of Medium Violet Red #B51E9C
RGB
CMYK
RGB Variations
Color information
#B51E9C (or 0xB51E9C) is known color: Medium Violet Red. HEX triplet: B5, 1E and 9C. RGB value is (181,30,156). Sum of RGB (Red+Green+Blue) = 181+30+156=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51E9C is #4AE163. Grayscale: #595959. Windows color (decimal): -4907364 or 10231477. OLE color: 10231477.
HSL color Cylindrical-coordinate representation of color #B51E9C: hue angle of 309.93º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51E9C is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 30 | 156 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.29 |
| HSL | 309.93º | 0.72% | 0.41% | - |
| HSV(B) | 309.93º | 0.83% | 0.71% | - |
| XYZ | 25.52 | 13.15 | 32.65 | - |
| YUV | 89.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 156 | 0 | 0.83 | 0.14 | 0.29 | 309.93 | 0.72 | 0.41 |
| Hex | B5 | 1E | 9C | 0 | 53 | E | 1D | 136 | 48 | 29 |
| Octal | 265 | 36 | 234 | 0 | 123 | 16 | 35 | 466 | 110 | 51 |
| Binary | 10110101 | 11110 | 10011100 | 0 | 1010011 | 1110 | 11101 | 100110110 | 1001000 | 101001 |
Color Harmonies of #B51E9C
Complementary color
Monochromatic Colors of #B51E9C
Black with #B51E9C
Text Example
Text Example
White with #B51E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51E9C; }
p { color: rgb(181,30,156); }
H1.HeaderClassName
{
color: #B51E9C;
}
.AnyTagClassName
{
color: #B51E9C;
}
</style>
background-color css
<style>
a { background-color: #B51E9C; }
a { background-color: rgb(181,30,156); }
div.DivClassName
{
background-color: #B51E9C;
}
.BgClassName
{
background-color: #B51E9C;
}
</style>
border-color css
<style>
span { border-color: #B51E9C; }
span { border-color: rgb(181,30,156); }
td.TdClassName
{
border-color: #B51E9C;
}
.TagClassName
{
border-color: #B51E9C;
}
</style>