Shades of Medium Violet Red #B81492
Tints of Medium Violet Red #B81492
RGB
CMYK
RGB Variations
Color information
#B81492 (or 0xB81492) is known color: Medium Violet Red. HEX triplet: B8, 14 and 92. RGB value is (184,20,146). Sum of RGB (Red+Green+Blue) = 184+20+146=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B81492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81492 is #47EB6D. Grayscale: #535353. Windows color (decimal): -4713326 or 9573560. OLE color: 9573560.
HSL color Cylindrical-coordinate representation of color #B81492: hue angle of 313.9º 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 #B81492 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 146 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.28 |
| HSL | 313.9º | 0.8% | 0.4% | - |
| HSV(B) | 313.9º | 0.89% | 0.72% | - |
| XYZ | 25.21 | 12.77 | 28.33 | - |
| YUV | 83.4 | 163.33 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 146 | 0 | 0.89 | 0.21 | 0.28 | 313.9 | 0.8 | 0.4 |
| Hex | B8 | 14 | 92 | 0 | 59 | 15 | 1C | 13A | 50 | 28 |
| Octal | 270 | 24 | 222 | 0 | 131 | 25 | 34 | 472 | 120 | 50 |
| Binary | 10111000 | 10100 | 10010010 | 0 | 1011001 | 10101 | 11100 | 100111010 | 1010000 | 101000 |
Color Harmonies of #B81492
Complementary color
Monochromatic Colors of #B81492
Black with #B81492
Text Example
Text Example
White with #B81492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81492; }
p { color: rgb(184,20,146); }
H1.HeaderClassName
{
color: #B81492;
}
.AnyTagClassName
{
color: #B81492;
}
</style>
background-color css
<style>
a { background-color: #B81492; }
a { background-color: rgb(184,20,146); }
div.DivClassName
{
background-color: #B81492;
}
.BgClassName
{
background-color: #B81492;
}
</style>
border-color css
<style>
span { border-color: #B81492; }
span { border-color: rgb(184,20,146); }
td.TdClassName
{
border-color: #B81492;
}
.TagClassName
{
border-color: #B81492;
}
</style>