Shades of Medium Violet Red #B80AA5
Tints of Medium Violet Red #B80AA5
RGB
CMYK
RGB Variations
Color information
#B80AA5 (or 0xB80AA5) is known color: Medium Violet Red. HEX triplet: B8, 0A and A5. RGB value is (184,10,165). Sum of RGB (Red+Green+Blue) = 184+10+165=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B80AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80AA5 is #47F55A. Grayscale: #4F4F4F. Windows color (decimal): -4715867 or 10816184. OLE color: 10816184.
HSL color Cylindrical-coordinate representation of color #B80AA5: hue angle of 306.55º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80AA5 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 165 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.28 |
| HSL | 306.55º | 0.9% | 0.38% | - |
| HSV(B) | 306.55º | 0.95% | 0.72% | - |
| XYZ | 26.67 | 13.12 | 36.72 | - |
| YUV | 79.7 | 176.15 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 165 | 0 | 0.95 | 0.10 | 0.28 | 306.55 | 0.9 | 0.38 |
| Hex | B8 | A | A5 | 0 | 5F | A | 1C | 133 | 5A | 26 |
| Octal | 270 | 12 | 245 | 0 | 137 | 12 | 34 | 463 | 132 | 46 |
| Binary | 10111000 | 1010 | 10100101 | 0 | 1011111 | 1010 | 11100 | 100110011 | 1011010 | 100110 |
Color Harmonies of #B80AA5
Complementary color
Monochromatic Colors of #B80AA5
Black with #B80AA5
Text Example
Text Example
White with #B80AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80AA5; }
p { color: rgb(184,10,165); }
H1.HeaderClassName
{
color: #B80AA5;
}
.AnyTagClassName
{
color: #B80AA5;
}
</style>
background-color css
<style>
a { background-color: #B80AA5; }
a { background-color: rgb(184,10,165); }
div.DivClassName
{
background-color: #B80AA5;
}
.BgClassName
{
background-color: #B80AA5;
}
</style>
border-color css
<style>
span { border-color: #B80AA5; }
span { border-color: rgb(184,10,165); }
td.TdClassName
{
border-color: #B80AA5;
}
.TagClassName
{
border-color: #B80AA5;
}
</style>