Shades of Medium Violet Red #B81D8D
Tints of Medium Violet Red #B81D8D
RGB
CMYK
RGB Variations
Color information
#B81D8D (or 0xB81D8D) is known color: Medium Violet Red. HEX triplet: B8, 1D and 8D. RGB value is (184,29,141). Sum of RGB (Red+Green+Blue) = 184+29+141=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81D8D is #47E272. Grayscale: #575757. Windows color (decimal): -4711027 or 9248184. OLE color: 9248184.
HSL color Cylindrical-coordinate representation of color #B81D8D: hue angle of 316.65º 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 #B81D8D is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 141 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.28 |
| HSL | 316.65º | 0.73% | 0.42% | - |
| HSV(B) | 316.65º | 0.84% | 0.72% | - |
| XYZ | 25.01 | 12.99 | 26.39 | - |
| YUV | 88.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 141 | 0 | 0.84 | 0.23 | 0.28 | 316.65 | 0.73 | 0.42 |
| Hex | B8 | 1D | 8D | 0 | 54 | 17 | 1C | 13D | 49 | 2A |
| Octal | 270 | 35 | 215 | 0 | 124 | 27 | 34 | 475 | 111 | 52 |
| Binary | 10111000 | 11101 | 10001101 | 0 | 1010100 | 10111 | 11100 | 100111101 | 1001001 | 101010 |
Color Harmonies of #B81D8D
Complementary color
Monochromatic Colors of #B81D8D
Black with #B81D8D
Text Example
Text Example
White with #B81D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D8D; }
p { color: rgb(184,29,141); }
H1.HeaderClassName
{
color: #B81D8D;
}
.AnyTagClassName
{
color: #B81D8D;
}
</style>
background-color css
<style>
a { background-color: #B81D8D; }
a { background-color: rgb(184,29,141); }
div.DivClassName
{
background-color: #B81D8D;
}
.BgClassName
{
background-color: #B81D8D;
}
</style>
border-color css
<style>
span { border-color: #B81D8D; }
span { border-color: rgb(184,29,141); }
td.TdClassName
{
border-color: #B81D8D;
}
.TagClassName
{
border-color: #B81D8D;
}
</style>