Shades of Medium Violet Red #B81570
Tints of Medium Violet Red #B81570
RGB
CMYK
RGB Variations
Color information
#B81570 (or 0xB81570) is known color: Medium Violet Red. HEX triplet: B8, 15 and 70. RGB value is (184,21,112). Sum of RGB (Red+Green+Blue) = 184+21+112=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B81570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81570 is #47EA8F. Grayscale: #4F4F4F. Windows color (decimal): -4713104 or 7345592. OLE color: 7345592.
HSL color Cylindrical-coordinate representation of color #B81570: hue angle of 326.5º 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 #B81570 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 112 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.28 |
| HSL | 326.5º | 0.8% | 0.4% | - |
| HSV(B) | 326.5º | 0.89% | 0.72% | - |
| XYZ | 22.96 | 11.9 | 16.42 | - |
| YUV | 80.11 | 146 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 112 | 0 | 0.89 | 0.39 | 0.28 | 326.5 | 0.8 | 0.4 |
| Hex | B8 | 15 | 70 | 0 | 59 | 27 | 1C | 147 | 50 | 28 |
| Octal | 270 | 25 | 160 | 0 | 131 | 47 | 34 | 507 | 120 | 50 |
| Binary | 10111000 | 10101 | 1110000 | 0 | 1011001 | 100111 | 11100 | 101000111 | 1010000 | 101000 |
Color Harmonies of #B81570
Complementary color
Monochromatic Colors of #B81570
Black with #B81570
Text Example
Text Example
White with #B81570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81570; }
p { color: rgb(184,21,112); }
H1.HeaderClassName
{
color: #B81570;
}
.AnyTagClassName
{
color: #B81570;
}
</style>
background-color css
<style>
a { background-color: #B81570; }
a { background-color: rgb(184,21,112); }
div.DivClassName
{
background-color: #B81570;
}
.BgClassName
{
background-color: #B81570;
}
</style>
border-color css
<style>
span { border-color: #B81570; }
span { border-color: rgb(184,21,112); }
td.TdClassName
{
border-color: #B81570;
}
.TagClassName
{
border-color: #B81570;
}
</style>