Shades of Medium Violet Red #B81493
Tints of Medium Violet Red #B81493
RGB
CMYK
RGB Variations
Color information
#B81493 (or 0xB81493) is known color: Medium Violet Red. HEX triplet: B8, 14 and 93. RGB value is (184,20,147). Sum of RGB (Red+Green+Blue) = 184+20+147=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B81493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81493 is #47EB6C. Grayscale: #535353. Windows color (decimal): -4713325 or 9639096. OLE color: 9639096.
HSL color Cylindrical-coordinate representation of color #B81493: hue angle of 313.54º 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 #B81493 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 147 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.28 |
| HSL | 313.54º | 0.8% | 0.4% | - |
| HSV(B) | 313.54º | 0.89% | 0.72% | - |
| XYZ | 25.28 | 12.8 | 28.74 | - |
| YUV | 83.51 | 163.83 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 147 | 0 | 0.89 | 0.20 | 0.28 | 313.54 | 0.8 | 0.4 |
| Hex | B8 | 14 | 93 | 0 | 59 | 14 | 1C | 13A | 50 | 28 |
| Octal | 270 | 24 | 223 | 0 | 131 | 24 | 34 | 472 | 120 | 50 |
| Binary | 10111000 | 10100 | 10010011 | 0 | 1011001 | 10100 | 11100 | 100111010 | 1010000 | 101000 |
Color Harmonies of #B81493
Complementary color
Monochromatic Colors of #B81493
Black with #B81493
Text Example
Text Example
White with #B81493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81493; }
p { color: rgb(184,20,147); }
H1.HeaderClassName
{
color: #B81493;
}
.AnyTagClassName
{
color: #B81493;
}
</style>
background-color css
<style>
a { background-color: #B81493; }
a { background-color: rgb(184,20,147); }
div.DivClassName
{
background-color: #B81493;
}
.BgClassName
{
background-color: #B81493;
}
</style>
border-color css
<style>
span { border-color: #B81493; }
span { border-color: rgb(184,20,147); }
td.TdClassName
{
border-color: #B81493;
}
.TagClassName
{
border-color: #B81493;
}
</style>