Shades of Medium Violet Red #B81D7C
Tints of Medium Violet Red #B81D7C
RGB
CMYK
RGB Variations
Color information
#B81D7C (or 0xB81D7C) is known color: Medium Violet Red. HEX triplet: B8, 1D and 7C. RGB value is (184,29,124). Sum of RGB (Red+Green+Blue) = 184+29+124=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81D7C is #47E283. Grayscale: #555555. Windows color (decimal): -4711044 or 8134072. OLE color: 8134072.
HSL color Cylindrical-coordinate representation of color #B81D7C: hue angle of 323.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D7C is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 124 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.28 |
| HSL | 323.23º | 0.73% | 0.42% | - |
| HSV(B) | 323.23º | 0.84% | 0.72% | - |
| XYZ | 23.84 | 12.52 | 20.23 | - |
| YUV | 86.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 124 | 0 | 0.84 | 0.33 | 0.28 | 323.23 | 0.73 | 0.42 |
| Hex | B8 | 1D | 7C | 0 | 54 | 21 | 1C | 143 | 49 | 2A |
| Octal | 270 | 35 | 174 | 0 | 124 | 41 | 34 | 503 | 111 | 52 |
| Binary | 10111000 | 11101 | 1111100 | 0 | 1010100 | 100001 | 11100 | 101000011 | 1001001 | 101010 |
Color Harmonies of #B81D7C
Complementary color
Monochromatic Colors of #B81D7C
Black with #B81D7C
Text Example
Text Example
White with #B81D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D7C; }
p { color: rgb(184,29,124); }
H1.HeaderClassName
{
color: #B81D7C;
}
.AnyTagClassName
{
color: #B81D7C;
}
</style>
background-color css
<style>
a { background-color: #B81D7C; }
a { background-color: rgb(184,29,124); }
div.DivClassName
{
background-color: #B81D7C;
}
.BgClassName
{
background-color: #B81D7C;
}
</style>
border-color css
<style>
span { border-color: #B81D7C; }
span { border-color: rgb(184,29,124); }
td.TdClassName
{
border-color: #B81D7C;
}
.TagClassName
{
border-color: #B81D7C;
}
</style>