Shades of Medium Violet Red #B80DA0
Tints of Medium Violet Red #B80DA0
RGB
CMYK
RGB Variations
Color information
#B80DA0 (or 0xB80DA0) is known color: Medium Violet Red. HEX triplet: B8, 0D and A0. RGB value is (184,13,160). Sum of RGB (Red+Green+Blue) = 184+13+160=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B80DA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80DA0 is #47F25F. Grayscale: #505050. Windows color (decimal): -4715104 or 10489272. OLE color: 10489272.
HSL color Cylindrical-coordinate representation of color #B80DA0: hue angle of 308.42º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80DA0 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 160 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.28 |
| HSL | 308.42º | 0.87% | 0.39% | - |
| HSV(B) | 308.42º | 0.93% | 0.72% | - |
| XYZ | 26.26 | 13.02 | 34.39 | - |
| YUV | 80.89 | 172.65 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 160 | 0 | 0.93 | 0.13 | 0.28 | 308.42 | 0.87 | 0.39 |
| Hex | B8 | D | A0 | 0 | 5D | D | 1C | 134 | 57 | 27 |
| Octal | 270 | 15 | 240 | 0 | 135 | 15 | 34 | 464 | 127 | 47 |
| Binary | 10111000 | 1101 | 10100000 | 0 | 1011101 | 1101 | 11100 | 100110100 | 1010111 | 100111 |
Color Harmonies of #B80DA0
Complementary color
Monochromatic Colors of #B80DA0
Black with #B80DA0
Text Example
Text Example
White with #B80DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DA0; }
p { color: rgb(184,13,160); }
H1.HeaderClassName
{
color: #B80DA0;
}
.AnyTagClassName
{
color: #B80DA0;
}
</style>
background-color css
<style>
a { background-color: #B80DA0; }
a { background-color: rgb(184,13,160); }
div.DivClassName
{
background-color: #B80DA0;
}
.BgClassName
{
background-color: #B80DA0;
}
</style>
border-color css
<style>
span { border-color: #B80DA0; }
span { border-color: rgb(184,13,160); }
td.TdClassName
{
border-color: #B80DA0;
}
.TagClassName
{
border-color: #B80DA0;
}
</style>