Shades of Medium Violet Red #B81581
Tints of Medium Violet Red #B81581
RGB
CMYK
RGB Variations
Color information
#B81581 (or 0xB81581) is known color: Medium Violet Red. HEX triplet: B8, 15 and 81. RGB value is (184,21,129). Sum of RGB (Red+Green+Blue) = 184+21+129=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B81581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81581 is #47EA7E. Grayscale: #515151. Windows color (decimal): -4713087 or 8459704. OLE color: 8459704.
HSL color Cylindrical-coordinate representation of color #B81581: hue angle of 320.25º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81581 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 129 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.28 |
| HSL | 320.25º | 0.8% | 0.4% | - |
| HSV(B) | 320.25º | 0.89% | 0.72% | - |
| XYZ | 24 | 12.31 | 21.88 | - |
| YUV | 82.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 129 | 0 | 0.89 | 0.30 | 0.28 | 320.25 | 0.8 | 0.4 |
| Hex | B8 | 15 | 81 | 0 | 59 | 1E | 1C | 140 | 50 | 28 |
| Octal | 270 | 25 | 201 | 0 | 131 | 36 | 34 | 500 | 120 | 50 |
| Binary | 10111000 | 10101 | 10000001 | 0 | 1011001 | 11110 | 11100 | 101000000 | 1010000 | 101000 |
Color Harmonies of #B81581
Complementary color
Monochromatic Colors of #B81581
Black with #B81581
Text Example
Text Example
White with #B81581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81581; }
p { color: rgb(184,21,129); }
H1.HeaderClassName
{
color: #B81581;
}
.AnyTagClassName
{
color: #B81581;
}
</style>
background-color css
<style>
a { background-color: #B81581; }
a { background-color: rgb(184,21,129); }
div.DivClassName
{
background-color: #B81581;
}
.BgClassName
{
background-color: #B81581;
}
</style>
border-color css
<style>
span { border-color: #B81581; }
span { border-color: rgb(184,21,129); }
td.TdClassName
{
border-color: #B81581;
}
.TagClassName
{
border-color: #B81581;
}
</style>