Shades of Medium Violet Red #B80B83
Tints of Medium Violet Red #B80B83
RGB
CMYK
RGB Variations
Color information
#B80B83 (or 0xB80B83) is known color: Medium Violet Red. HEX triplet: B8, 0B and 83. RGB value is (184,11,131). Sum of RGB (Red+Green+Blue) = 184+11+131=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80B83 is #47F47C. Grayscale: #4C4C4C. Windows color (decimal): -4715645 or 8588216. OLE color: 8588216.
HSL color Cylindrical-coordinate representation of color #B80B83: hue angle of 318.38º 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 #B80B83 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 131 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.28 |
| HSL | 318.38º | 0.89% | 0.38% | - |
| HSV(B) | 318.38º | 0.94% | 0.72% | - |
| XYZ | 23.98 | 12.07 | 22.54 | - |
| YUV | 76.41 | 158.81 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 131 | 0 | 0.94 | 0.29 | 0.28 | 318.38 | 0.89 | 0.38 |
| Hex | B8 | B | 83 | 0 | 5E | 1D | 1C | 13E | 59 | 26 |
| Octal | 270 | 13 | 203 | 0 | 136 | 35 | 34 | 476 | 131 | 46 |
| Binary | 10111000 | 1011 | 10000011 | 0 | 1011110 | 11101 | 11100 | 100111110 | 1011001 | 100110 |
Color Harmonies of #B80B83
Complementary color
Monochromatic Colors of #B80B83
Black with #B80B83
Text Example
Text Example
White with #B80B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B83; }
p { color: rgb(184,11,131); }
H1.HeaderClassName
{
color: #B80B83;
}
.AnyTagClassName
{
color: #B80B83;
}
</style>
background-color css
<style>
a { background-color: #B80B83; }
a { background-color: rgb(184,11,131); }
div.DivClassName
{
background-color: #B80B83;
}
.BgClassName
{
background-color: #B80B83;
}
</style>
border-color css
<style>
span { border-color: #B80B83; }
span { border-color: rgb(184,11,131); }
td.TdClassName
{
border-color: #B80B83;
}
.TagClassName
{
border-color: #B80B83;
}
</style>