Shades of Medium Violet Red #B81A70
Tints of Medium Violet Red #B81A70
RGB
CMYK
RGB Variations
Color information
#B81A70 (or 0xB81A70) is known color: Medium Violet Red. HEX triplet: B8, 1A and 70. RGB value is (184,26,112). Sum of RGB (Red+Green+Blue) = 184+26+112=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81A70 is #47E58F. Grayscale: #525252. Windows color (decimal): -4711824 or 7346872. OLE color: 7346872.
HSL color Cylindrical-coordinate representation of color #B81A70: hue angle of 327.34º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81A70 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 112 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.28 |
| HSL | 327.34º | 0.75% | 0.41% | - |
| HSV(B) | 327.34º | 0.86% | 0.72% | - |
| XYZ | 23.06 | 12.1 | 16.45 | - |
| YUV | 83.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 112 | 0 | 0.86 | 0.39 | 0.28 | 327.34 | 0.75 | 0.41 |
| Hex | B8 | 1A | 70 | 0 | 56 | 27 | 1C | 147 | 4B | 29 |
| Octal | 270 | 32 | 160 | 0 | 126 | 47 | 34 | 507 | 113 | 51 |
| Binary | 10111000 | 11010 | 1110000 | 0 | 1010110 | 100111 | 11100 | 101000111 | 1001011 | 101001 |
Color Harmonies of #B81A70
Complementary color
Monochromatic Colors of #B81A70
Black with #B81A70
Text Example
Text Example
White with #B81A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81A70; }
p { color: rgb(184,26,112); }
H1.HeaderClassName
{
color: #B81A70;
}
.AnyTagClassName
{
color: #B81A70;
}
</style>
background-color css
<style>
a { background-color: #B81A70; }
a { background-color: rgb(184,26,112); }
div.DivClassName
{
background-color: #B81A70;
}
.BgClassName
{
background-color: #B81A70;
}
</style>
border-color css
<style>
span { border-color: #B81A70; }
span { border-color: rgb(184,26,112); }
td.TdClassName
{
border-color: #B81A70;
}
.TagClassName
{
border-color: #B81A70;
}
</style>