Shades of Medium Violet Red #B81B70
Tints of Medium Violet Red #B81B70
RGB
CMYK
RGB Variations
Color information
#B81B70 (or 0xB81B70) is known color: Medium Violet Red. HEX triplet: B8, 1B and 70. RGB value is (184,27,112). Sum of RGB (Red+Green+Blue) = 184+27+112=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81B70 is #47E48F. Grayscale: #535353. Windows color (decimal): -4711568 or 7347128. OLE color: 7347128.
HSL color Cylindrical-coordinate representation of color #B81B70: hue angle of 327.52º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81B70 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 112 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.28 |
| HSL | 327.52º | 0.74% | 0.41% | - |
| HSV(B) | 327.52º | 0.85% | 0.72% | - |
| XYZ | 23.08 | 12.14 | 16.46 | - |
| YUV | 83.63 | 144.01 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 112 | 0 | 0.85 | 0.39 | 0.28 | 327.52 | 0.74 | 0.41 |
| Hex | B8 | 1B | 70 | 0 | 55 | 27 | 1C | 148 | 4A | 29 |
| Octal | 270 | 33 | 160 | 0 | 125 | 47 | 34 | 510 | 112 | 51 |
| Binary | 10111000 | 11011 | 1110000 | 0 | 1010101 | 100111 | 11100 | 101001000 | 1001010 | 101001 |
Color Harmonies of #B81B70
Complementary color
Monochromatic Colors of #B81B70
Black with #B81B70
Text Example
Text Example
White with #B81B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B70; }
p { color: rgb(184,27,112); }
H1.HeaderClassName
{
color: #B81B70;
}
.AnyTagClassName
{
color: #B81B70;
}
</style>
background-color css
<style>
a { background-color: #B81B70; }
a { background-color: rgb(184,27,112); }
div.DivClassName
{
background-color: #B81B70;
}
.BgClassName
{
background-color: #B81B70;
}
</style>
border-color css
<style>
span { border-color: #B81B70; }
span { border-color: rgb(184,27,112); }
td.TdClassName
{
border-color: #B81B70;
}
.TagClassName
{
border-color: #B81B70;
}
</style>