Shades of Medium Violet Red #B80B7A
Tints of Medium Violet Red #B80B7A
RGB
CMYK
RGB Variations
Color information
#B80B7A (or 0xB80B7A) is known color: Medium Violet Red. HEX triplet: B8, 0B and 7A. RGB value is (184,11,122). Sum of RGB (Red+Green+Blue) = 184+11+122=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B7A is #47F485. Grayscale: #4B4B4B. Windows color (decimal): -4715654 or 7998392. OLE color: 7998392.
HSL color Cylindrical-coordinate representation of color #B80B7A: hue angle of 321.5º 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 #B80B7A is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 122 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.28 |
| HSL | 321.5º | 0.89% | 0.38% | - |
| HSV(B) | 321.5º | 0.94% | 0.72% | - |
| XYZ | 23.4 | 11.83 | 19.46 | - |
| YUV | 75.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 122 | 0 | 0.94 | 0.34 | 0.28 | 321.5 | 0.89 | 0.38 |
| Hex | B8 | B | 7A | 0 | 5E | 22 | 1C | 142 | 59 | 26 |
| Octal | 270 | 13 | 172 | 0 | 136 | 42 | 34 | 502 | 131 | 46 |
| Binary | 10111000 | 1011 | 1111010 | 0 | 1011110 | 100010 | 11100 | 101000010 | 1011001 | 100110 |
Color Harmonies of #B80B7A
Complementary color
Monochromatic Colors of #B80B7A
Black with #B80B7A
Text Example
Text Example
White with #B80B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B7A; }
p { color: rgb(184,11,122); }
H1.HeaderClassName
{
color: #B80B7A;
}
.AnyTagClassName
{
color: #B80B7A;
}
</style>
background-color css
<style>
a { background-color: #B80B7A; }
a { background-color: rgb(184,11,122); }
div.DivClassName
{
background-color: #B80B7A;
}
.BgClassName
{
background-color: #B80B7A;
}
</style>
border-color css
<style>
span { border-color: #B80B7A; }
span { border-color: rgb(184,11,122); }
td.TdClassName
{
border-color: #B80B7A;
}
.TagClassName
{
border-color: #B80B7A;
}
</style>