Shades of Medium Violet Red #B80772
Tints of Medium Violet Red #B80772
RGB
CMYK
RGB Variations
Color information
#B80772 (or 0xB80772) is known color: Medium Violet Red. HEX triplet: B8, 07 and 72. RGB value is (184,7,114). Sum of RGB (Red+Green+Blue) = 184+7+114=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B80772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80772 is #47F88D. Grayscale: #474747. Windows color (decimal): -4716686 or 7473080. OLE color: 7473080.
HSL color Cylindrical-coordinate representation of color #B80772: hue angle of 323.73º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80772 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 114 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.28 |
| HSL | 323.73º | 0.93% | 0.37% | - |
| HSV(B) | 323.73º | 0.96% | 0.72% | - |
| XYZ | 22.88 | 11.56 | 16.94 | - |
| YUV | 72.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 114 | 0 | 0.96 | 0.38 | 0.28 | 323.73 | 0.93 | 0.37 |
| Hex | B8 | 7 | 72 | 0 | 60 | 26 | 1C | 144 | 5D | 25 |
| Octal | 270 | 7 | 162 | 0 | 140 | 46 | 34 | 504 | 135 | 45 |
| Binary | 10111000 | 111 | 1110010 | 0 | 1100000 | 100110 | 11100 | 101000100 | 1011101 | 100101 |
Color Harmonies of #B80772
Complementary color
Monochromatic Colors of #B80772
Black with #B80772
Text Example
Text Example
White with #B80772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80772; }
p { color: rgb(184,7,114); }
H1.HeaderClassName
{
color: #B80772;
}
.AnyTagClassName
{
color: #B80772;
}
</style>
background-color css
<style>
a { background-color: #B80772; }
a { background-color: rgb(184,7,114); }
div.DivClassName
{
background-color: #B80772;
}
.BgClassName
{
background-color: #B80772;
}
</style>
border-color css
<style>
span { border-color: #B80772; }
span { border-color: rgb(184,7,114); }
td.TdClassName
{
border-color: #B80772;
}
.TagClassName
{
border-color: #B80772;
}
</style>