Shades of Medium Violet Red #B81F70
Tints of Medium Violet Red #B81F70
RGB
CMYK
RGB Variations
Color information
#B81F70 (or 0xB81F70) is known color: Medium Violet Red. HEX triplet: B8, 1F and 70. RGB value is (184,31,112). Sum of RGB (Red+Green+Blue) = 184+31+112=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81F70 is #47E08F. Grayscale: #555555. Windows color (decimal): -4710544 or 7348152. OLE color: 7348152.
HSL color Cylindrical-coordinate representation of color #B81F70: hue angle of 328.24º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B81F70 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 31 | 112 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.28 |
| HSL | 328.24º | 0.71% | 0.42% | - |
| HSV(B) | 328.24º | 0.83% | 0.72% | - |
| XYZ | 23.18 | 12.34 | 16.49 | - |
| YUV | 85.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 112 | 0 | 0.83 | 0.39 | 0.28 | 328.24 | 0.71 | 0.42 |
| Hex | B8 | 1F | 70 | 0 | 53 | 27 | 1C | 148 | 47 | 2A |
| Octal | 270 | 37 | 160 | 0 | 123 | 47 | 34 | 510 | 107 | 52 |
| Binary | 10111000 | 11111 | 1110000 | 0 | 1010011 | 100111 | 11100 | 101001000 | 1000111 | 101010 |
Color Harmonies of #B81F70
Complementary color
Monochromatic Colors of #B81F70
Black with #B81F70
Text Example
Text Example
White with #B81F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81F70; }
p { color: rgb(184,31,112); }
H1.HeaderClassName
{
color: #B81F70;
}
.AnyTagClassName
{
color: #B81F70;
}
</style>
background-color css
<style>
a { background-color: #B81F70; }
a { background-color: rgb(184,31,112); }
div.DivClassName
{
background-color: #B81F70;
}
.BgClassName
{
background-color: #B81F70;
}
</style>
border-color css
<style>
span { border-color: #B81F70; }
span { border-color: rgb(184,31,112); }
td.TdClassName
{
border-color: #B81F70;
}
.TagClassName
{
border-color: #B81F70;
}
</style>