Shades of Medium Violet Red #B81076
Tints of Medium Violet Red #B81076
RGB
CMYK
RGB Variations
Color information
#B81076 (or 0xB81076) is known color: Medium Violet Red. HEX triplet: B8, 10 and 76. RGB value is (184,16,118). Sum of RGB (Red+Green+Blue) = 184+16+118=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B81076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81076 is #47EF89. Grayscale: #4D4D4D. Windows color (decimal): -4714378 or 7737528. OLE color: 7737528.
HSL color Cylindrical-coordinate representation of color #B81076: hue angle of 323.57º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81076 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 118 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.28 |
| HSL | 323.57º | 0.84% | 0.39% | - |
| HSV(B) | 323.57º | 0.91% | 0.72% | - |
| XYZ | 23.22 | 11.87 | 18.21 | - |
| YUV | 77.86 | 150.66 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 118 | 0 | 0.91 | 0.36 | 0.28 | 323.57 | 0.84 | 0.39 |
| Hex | B8 | 10 | 76 | 0 | 5B | 24 | 1C | 144 | 54 | 27 |
| Octal | 270 | 20 | 166 | 0 | 133 | 44 | 34 | 504 | 124 | 47 |
| Binary | 10111000 | 10000 | 1110110 | 0 | 1011011 | 100100 | 11100 | 101000100 | 1010100 | 100111 |
Color Harmonies of #B81076
Complementary color
Monochromatic Colors of #B81076
Black with #B81076
Text Example
Text Example
White with #B81076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81076; }
p { color: rgb(184,16,118); }
H1.HeaderClassName
{
color: #B81076;
}
.AnyTagClassName
{
color: #B81076;
}
</style>
background-color css
<style>
a { background-color: #B81076; }
a { background-color: rgb(184,16,118); }
div.DivClassName
{
background-color: #B81076;
}
.BgClassName
{
background-color: #B81076;
}
</style>
border-color css
<style>
span { border-color: #B81076; }
span { border-color: rgb(184,16,118); }
td.TdClassName
{
border-color: #B81076;
}
.TagClassName
{
border-color: #B81076;
}
</style>