Shades of Medium Violet Red #B80672
Tints of Medium Violet Red #B80672
RGB
CMYK
RGB Variations
Color information
#B80672 (or 0xB80672) is known color: Medium Violet Red. HEX triplet: B8, 06 and 72. RGB value is (184,6,114). Sum of RGB (Red+Green+Blue) = 184+6+114=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B80672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80672 is #47F98D. Grayscale: #474747. Windows color (decimal): -4716942 or 7472824. OLE color: 7472824.
HSL color Cylindrical-coordinate representation of color #B80672: hue angle of 323.6º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80672 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.28 |
| HSL | 323.6º | 0.94% | 0.37% | - |
| HSV(B) | 323.6º | 0.97% | 0.72% | - |
| XYZ | 22.87 | 11.54 | 16.94 | - |
| YUV | 71.53 | 151.97 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 114 | 0 | 0.97 | 0.38 | 0.28 | 323.6 | 0.94 | 0.37 |
| Hex | B8 | 6 | 72 | 0 | 61 | 26 | 1C | 144 | 5E | 25 |
| Octal | 270 | 6 | 162 | 0 | 141 | 46 | 34 | 504 | 136 | 45 |
| Binary | 10111000 | 110 | 1110010 | 0 | 1100001 | 100110 | 11100 | 101000100 | 1011110 | 100101 |
Color Harmonies of #B80672
Complementary color
Monochromatic Colors of #B80672
Black with #B80672
Text Example
Text Example
White with #B80672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80672; }
p { color: rgb(184,6,114); }
H1.HeaderClassName
{
color: #B80672;
}
.AnyTagClassName
{
color: #B80672;
}
</style>
background-color css
<style>
a { background-color: #B80672; }
a { background-color: rgb(184,6,114); }
div.DivClassName
{
background-color: #B80672;
}
.BgClassName
{
background-color: #B80672;
}
</style>
border-color css
<style>
span { border-color: #B80672; }
span { border-color: rgb(184,6,114); }
td.TdClassName
{
border-color: #B80672;
}
.TagClassName
{
border-color: #B80672;
}
</style>