Shades of Medium Violet Red #B81881
Tints of Medium Violet Red #B81881
RGB
CMYK
RGB Variations
Color information
#B81881 (or 0xB81881) is known color: Medium Violet Red. HEX triplet: B8, 18 and 81. RGB value is (184,24,129). Sum of RGB (Red+Green+Blue) = 184+24+129=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B81881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81881 is #47E77E. Grayscale: #535353. Windows color (decimal): -4712319 or 8460472. OLE color: 8460472.
HSL color Cylindrical-coordinate representation of color #B81881: hue angle of 320.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81881 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 129 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.28 |
| HSL | 320.63º | 0.77% | 0.41% | - |
| HSV(B) | 320.63º | 0.87% | 0.72% | - |
| XYZ | 24.06 | 12.43 | 21.9 | - |
| YUV | 83.81 | 153.51 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 129 | 0 | 0.87 | 0.30 | 0.28 | 320.63 | 0.77 | 0.41 |
| Hex | B8 | 18 | 81 | 0 | 57 | 1E | 1C | 141 | 4D | 29 |
| Octal | 270 | 30 | 201 | 0 | 127 | 36 | 34 | 501 | 115 | 51 |
| Binary | 10111000 | 11000 | 10000001 | 0 | 1010111 | 11110 | 11100 | 101000001 | 1001101 | 101001 |
Color Harmonies of #B81881
Complementary color
Monochromatic Colors of #B81881
Black with #B81881
Text Example
Text Example
White with #B81881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81881; }
p { color: rgb(184,24,129); }
H1.HeaderClassName
{
color: #B81881;
}
.AnyTagClassName
{
color: #B81881;
}
</style>
background-color css
<style>
a { background-color: #B81881; }
a { background-color: rgb(184,24,129); }
div.DivClassName
{
background-color: #B81881;
}
.BgClassName
{
background-color: #B81881;
}
</style>
border-color css
<style>
span { border-color: #B81881; }
span { border-color: rgb(184,24,129); }
td.TdClassName
{
border-color: #B81881;
}
.TagClassName
{
border-color: #B81881;
}
</style>