Shades of Medium Violet Red #B80DA3
Tints of Medium Violet Red #B80DA3
RGB
CMYK
RGB Variations
Color information
#B80DA3 (or 0xB80DA3) is known color: Medium Violet Red. HEX triplet: B8, 0D and A3. RGB value is (184,13,163). Sum of RGB (Red+Green+Blue) = 184+13+163=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B80DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80DA3 is #47F25C. Grayscale: #505050. Windows color (decimal): -4715101 or 10685880. OLE color: 10685880.
HSL color Cylindrical-coordinate representation of color #B80DA3: hue angle of 307.37º 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 #B80DA3 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 163 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.28 |
| HSL | 307.37º | 0.87% | 0.39% | - |
| HSV(B) | 307.37º | 0.93% | 0.72% | - |
| XYZ | 26.52 | 13.12 | 35.79 | - |
| YUV | 81.23 | 174.15 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 163 | 0 | 0.93 | 0.11 | 0.28 | 307.37 | 0.87 | 0.39 |
| Hex | B8 | D | A3 | 0 | 5D | B | 1C | 133 | 57 | 27 |
| Octal | 270 | 15 | 243 | 0 | 135 | 13 | 34 | 463 | 127 | 47 |
| Binary | 10111000 | 1101 | 10100011 | 0 | 1011101 | 1011 | 11100 | 100110011 | 1010111 | 100111 |
Color Harmonies of #B80DA3
Complementary color
Monochromatic Colors of #B80DA3
Black with #B80DA3
Text Example
Text Example
White with #B80DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DA3; }
p { color: rgb(184,13,163); }
H1.HeaderClassName
{
color: #B80DA3;
}
.AnyTagClassName
{
color: #B80DA3;
}
</style>
background-color css
<style>
a { background-color: #B80DA3; }
a { background-color: rgb(184,13,163); }
div.DivClassName
{
background-color: #B80DA3;
}
.BgClassName
{
background-color: #B80DA3;
}
</style>
border-color css
<style>
span { border-color: #B80DA3; }
span { border-color: rgb(184,13,163); }
td.TdClassName
{
border-color: #B80DA3;
}
.TagClassName
{
border-color: #B80DA3;
}
</style>