Shades of Medium Violet Red #B80779
Tints of Medium Violet Red #B80779
RGB
CMYK
RGB Variations
Color information
#B80779 (or 0xB80779) is known color: Medium Violet Red. HEX triplet: B8, 07 and 79. RGB value is (184,7,121). Sum of RGB (Red+Green+Blue) = 184+7+121=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B80779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80779 is #47F886. Grayscale: #484848. Windows color (decimal): -4716679 or 7931832. OLE color: 7931832.
HSL color Cylindrical-coordinate representation of color #B80779: hue angle of 321.36º 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 #B80779 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 121 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.28 |
| HSL | 321.36º | 0.93% | 0.37% | - |
| HSV(B) | 321.36º | 0.96% | 0.72% | - |
| XYZ | 23.29 | 11.72 | 19.12 | - |
| YUV | 72.92 | 155.14 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 121 | 0 | 0.96 | 0.34 | 0.28 | 321.36 | 0.93 | 0.37 |
| Hex | B8 | 7 | 79 | 0 | 60 | 22 | 1C | 141 | 5D | 25 |
| Octal | 270 | 7 | 171 | 0 | 140 | 42 | 34 | 501 | 135 | 45 |
| Binary | 10111000 | 111 | 1111001 | 0 | 1100000 | 100010 | 11100 | 101000001 | 1011101 | 100101 |
Color Harmonies of #B80779
Complementary color
Monochromatic Colors of #B80779
Black with #B80779
Text Example
Text Example
White with #B80779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80779; }
p { color: rgb(184,7,121); }
H1.HeaderClassName
{
color: #B80779;
}
.AnyTagClassName
{
color: #B80779;
}
</style>
background-color css
<style>
a { background-color: #B80779; }
a { background-color: rgb(184,7,121); }
div.DivClassName
{
background-color: #B80779;
}
.BgClassName
{
background-color: #B80779;
}
</style>
border-color css
<style>
span { border-color: #B80779; }
span { border-color: rgb(184,7,121); }
td.TdClassName
{
border-color: #B80779;
}
.TagClassName
{
border-color: #B80779;
}
</style>