Shades of Medium Violet Red #B80679
Tints of Medium Violet Red #B80679
RGB
CMYK
RGB Variations
Color information
#B80679 (or 0xB80679) is known color: Medium Violet Red. HEX triplet: B8, 06 and 79. RGB value is (184,6,121). Sum of RGB (Red+Green+Blue) = 184+6+121=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B80679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80679 is #47F986. Grayscale: #484848. Windows color (decimal): -4716935 or 7931576. OLE color: 7931576.
HSL color Cylindrical-coordinate representation of color #B80679: hue angle of 321.24º 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 #B80679 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 121 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.28 |
| HSL | 321.24º | 0.94% | 0.37% | - |
| HSV(B) | 321.24º | 0.97% | 0.72% | - |
| XYZ | 23.28 | 11.7 | 19.12 | - |
| YUV | 72.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 121 | 0 | 0.97 | 0.34 | 0.28 | 321.24 | 0.94 | 0.37 |
| Hex | B8 | 6 | 79 | 0 | 61 | 22 | 1C | 141 | 5E | 25 |
| Octal | 270 | 6 | 171 | 0 | 141 | 42 | 34 | 501 | 136 | 45 |
| Binary | 10111000 | 110 | 1111001 | 0 | 1100001 | 100010 | 11100 | 101000001 | 1011110 | 100101 |
Color Harmonies of #B80679
Complementary color
Monochromatic Colors of #B80679
Black with #B80679
Text Example
Text Example
White with #B80679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80679; }
p { color: rgb(184,6,121); }
H1.HeaderClassName
{
color: #B80679;
}
.AnyTagClassName
{
color: #B80679;
}
</style>
background-color css
<style>
a { background-color: #B80679; }
a { background-color: rgb(184,6,121); }
div.DivClassName
{
background-color: #B80679;
}
.BgClassName
{
background-color: #B80679;
}
</style>
border-color css
<style>
span { border-color: #B80679; }
span { border-color: rgb(184,6,121); }
td.TdClassName
{
border-color: #B80679;
}
.TagClassName
{
border-color: #B80679;
}
</style>