Shades of Medium Violet Red #B81572
Tints of Medium Violet Red #B81572
RGB
CMYK
RGB Variations
Color information
#B81572 (or 0xB81572) is known color: Medium Violet Red. HEX triplet: B8, 15 and 72. RGB value is (184,21,114). Sum of RGB (Red+Green+Blue) = 184+21+114=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B81572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81572 is #47EA8D. Grayscale: #505050. Windows color (decimal): -4713102 or 7476664. OLE color: 7476664.
HSL color Cylindrical-coordinate representation of color #B81572: hue angle of 325.77º 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 #B81572 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 114 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.28 |
| HSL | 325.77º | 0.8% | 0.4% | - |
| HSV(B) | 325.77º | 0.89% | 0.72% | - |
| XYZ | 23.07 | 11.94 | 17.01 | - |
| YUV | 80.34 | 147 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 114 | 0 | 0.89 | 0.38 | 0.28 | 325.77 | 0.8 | 0.4 |
| Hex | B8 | 15 | 72 | 0 | 59 | 26 | 1C | 146 | 50 | 28 |
| Octal | 270 | 25 | 162 | 0 | 131 | 46 | 34 | 506 | 120 | 50 |
| Binary | 10111000 | 10101 | 1110010 | 0 | 1011001 | 100110 | 11100 | 101000110 | 1010000 | 101000 |
Color Harmonies of #B81572
Complementary color
Monochromatic Colors of #B81572
Black with #B81572
Text Example
Text Example
White with #B81572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81572; }
p { color: rgb(184,21,114); }
H1.HeaderClassName
{
color: #B81572;
}
.AnyTagClassName
{
color: #B81572;
}
</style>
background-color css
<style>
a { background-color: #B81572; }
a { background-color: rgb(184,21,114); }
div.DivClassName
{
background-color: #B81572;
}
.BgClassName
{
background-color: #B81572;
}
</style>
border-color css
<style>
span { border-color: #B81572; }
span { border-color: rgb(184,21,114); }
td.TdClassName
{
border-color: #B81572;
}
.TagClassName
{
border-color: #B81572;
}
</style>