Shades of Medium Violet Red #B80BA2
Tints of Medium Violet Red #B80BA2
RGB
CMYK
RGB Variations
Color information
#B80BA2 (or 0xB80BA2) is known color: Medium Violet Red. HEX triplet: B8, 0B and A2. RGB value is (184,11,162). Sum of RGB (Red+Green+Blue) = 184+11+162=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B80BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80BA2 is #47F45D. Grayscale: #4F4F4F. Windows color (decimal): -4715614 or 10619832. OLE color: 10619832.
HSL color Cylindrical-coordinate representation of color #B80BA2: hue angle of 307.63º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 162 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.28 |
| HSL | 307.63º | 0.89% | 0.38% | - |
| HSV(B) | 307.63º | 0.94% | 0.72% | - |
| XYZ | 26.41 | 13.04 | 35.31 | - |
| YUV | 79.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 162 | 0 | 0.94 | 0.12 | 0.28 | 307.63 | 0.89 | 0.38 |
| Hex | B8 | B | A2 | 0 | 5E | C | 1C | 134 | 59 | 26 |
| Octal | 270 | 13 | 242 | 0 | 136 | 14 | 34 | 464 | 131 | 46 |
| Binary | 10111000 | 1011 | 10100010 | 0 | 1011110 | 1100 | 11100 | 100110100 | 1011001 | 100110 |
Color Harmonies of #B80BA2
Complementary color
Monochromatic Colors of #B80BA2
Black with #B80BA2
Text Example
Text Example
White with #B80BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BA2; }
p { color: rgb(184,11,162); }
H1.HeaderClassName
{
color: #B80BA2;
}
.AnyTagClassName
{
color: #B80BA2;
}
</style>
background-color css
<style>
a { background-color: #B80BA2; }
a { background-color: rgb(184,11,162); }
div.DivClassName
{
background-color: #B80BA2;
}
.BgClassName
{
background-color: #B80BA2;
}
</style>
border-color css
<style>
span { border-color: #B80BA2; }
span { border-color: rgb(184,11,162); }
td.TdClassName
{
border-color: #B80BA2;
}
.TagClassName
{
border-color: #B80BA2;
}
</style>