Shades of Medium Violet Red #B80A8B
Tints of Medium Violet Red #B80A8B
RGB
CMYK
RGB Variations
Color information
#B80A8B (or 0xB80A8B) is known color: Medium Violet Red. HEX triplet: B8, 0A and 8B. RGB value is (184,10,139). Sum of RGB (Red+Green+Blue) = 184+10+139=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80A8B is #47F574. Grayscale: #4C4C4C. Windows color (decimal): -4715893 or 9112248. OLE color: 9112248.
HSL color Cylindrical-coordinate representation of color #B80A8B: hue angle of 315.52º 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 #B80A8B is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 139 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.28 |
| HSL | 315.52º | 0.9% | 0.38% | - |
| HSV(B) | 315.52º | 0.95% | 0.72% | - |
| XYZ | 24.54 | 12.27 | 25.5 | - |
| YUV | 76.73 | 163.15 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 139 | 0 | 0.95 | 0.24 | 0.28 | 315.52 | 0.9 | 0.38 |
| Hex | B8 | A | 8B | 0 | 5F | 18 | 1C | 13C | 5A | 26 |
| Octal | 270 | 12 | 213 | 0 | 137 | 30 | 34 | 474 | 132 | 46 |
| Binary | 10111000 | 1010 | 10001011 | 0 | 1011111 | 11000 | 11100 | 100111100 | 1011010 | 100110 |
Color Harmonies of #B80A8B
Complementary color
Monochromatic Colors of #B80A8B
Black with #B80A8B
Text Example
Text Example
White with #B80A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80A8B; }
p { color: rgb(184,10,139); }
H1.HeaderClassName
{
color: #B80A8B;
}
.AnyTagClassName
{
color: #B80A8B;
}
</style>
background-color css
<style>
a { background-color: #B80A8B; }
a { background-color: rgb(184,10,139); }
div.DivClassName
{
background-color: #B80A8B;
}
.BgClassName
{
background-color: #B80A8B;
}
</style>
border-color css
<style>
span { border-color: #B80A8B; }
span { border-color: rgb(184,10,139); }
td.TdClassName
{
border-color: #B80A8B;
}
.TagClassName
{
border-color: #B80A8B;
}
</style>