Shades of Medium Violet Red #B81390
Tints of Medium Violet Red #B81390
RGB
CMYK
RGB Variations
Color information
#B81390 (or 0xB81390) is known color: Medium Violet Red. HEX triplet: B8, 13 and 90. RGB value is (184,19,144). Sum of RGB (Red+Green+Blue) = 184+19+144=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B81390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81390 is #47EC6F. Grayscale: #525252. Windows color (decimal): -4713584 or 9442232. OLE color: 9442232.
HSL color Cylindrical-coordinate representation of color #B81390: hue angle of 314.55º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81390 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 144 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.28 |
| HSL | 314.55º | 0.81% | 0.4% | - |
| HSV(B) | 314.55º | 0.9% | 0.72% | - |
| XYZ | 25.03 | 12.67 | 27.51 | - |
| YUV | 82.59 | 162.66 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 144 | 0 | 0.90 | 0.22 | 0.28 | 314.55 | 0.81 | 0.4 |
| Hex | B8 | 13 | 90 | 0 | 5A | 16 | 1C | 13B | 51 | 28 |
| Octal | 270 | 23 | 220 | 0 | 132 | 26 | 34 | 473 | 121 | 50 |
| Binary | 10111000 | 10011 | 10010000 | 0 | 1011010 | 10110 | 11100 | 100111011 | 1010001 | 101000 |
Color Harmonies of #B81390
Complementary color
Monochromatic Colors of #B81390
Black with #B81390
Text Example
Text Example
White with #B81390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81390; }
p { color: rgb(184,19,144); }
H1.HeaderClassName
{
color: #B81390;
}
.AnyTagClassName
{
color: #B81390;
}
</style>
background-color css
<style>
a { background-color: #B81390; }
a { background-color: rgb(184,19,144); }
div.DivClassName
{
background-color: #B81390;
}
.BgClassName
{
background-color: #B81390;
}
</style>
border-color css
<style>
span { border-color: #B81390; }
span { border-color: rgb(184,19,144); }
td.TdClassName
{
border-color: #B81390;
}
.TagClassName
{
border-color: #B81390;
}
</style>