Shades of Medium Violet Red #B80BA5
Tints of Medium Violet Red #B80BA5
RGB
CMYK
RGB Variations
Color information
#B80BA5 (or 0xB80BA5) is known color: Medium Violet Red. HEX triplet: B8, 0B and A5. RGB value is (184,11,165). Sum of RGB (Red+Green+Blue) = 184+11+165=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B80BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80BA5 is #47F45A. Grayscale: #4F4F4F. Windows color (decimal): -4715611 or 10816440. OLE color: 10816440.
HSL color Cylindrical-coordinate representation of color #B80BA5: hue angle of 306.59º 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 #B80BA5 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 165 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.28 |
| HSL | 306.59º | 0.89% | 0.38% | - |
| HSV(B) | 306.59º | 0.94% | 0.72% | - |
| XYZ | 26.68 | 13.15 | 36.73 | - |
| YUV | 80.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 165 | 0 | 0.94 | 0.10 | 0.28 | 306.59 | 0.89 | 0.38 |
| Hex | B8 | B | A5 | 0 | 5E | A | 1C | 133 | 59 | 26 |
| Octal | 270 | 13 | 245 | 0 | 136 | 12 | 34 | 463 | 131 | 46 |
| Binary | 10111000 | 1011 | 10100101 | 0 | 1011110 | 1010 | 11100 | 100110011 | 1011001 | 100110 |
Color Harmonies of #B80BA5
Complementary color
Monochromatic Colors of #B80BA5
Black with #B80BA5
Text Example
Text Example
White with #B80BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BA5; }
p { color: rgb(184,11,165); }
H1.HeaderClassName
{
color: #B80BA5;
}
.AnyTagClassName
{
color: #B80BA5;
}
</style>
background-color css
<style>
a { background-color: #B80BA5; }
a { background-color: rgb(184,11,165); }
div.DivClassName
{
background-color: #B80BA5;
}
.BgClassName
{
background-color: #B80BA5;
}
</style>
border-color css
<style>
span { border-color: #B80BA5; }
span { border-color: rgb(184,11,165); }
td.TdClassName
{
border-color: #B80BA5;
}
.TagClassName
{
border-color: #B80BA5;
}
</style>