Shades of Medium Violet Red #B80879
Tints of Medium Violet Red #B80879
RGB
CMYK
RGB Variations
Color information
#B80879 (or 0xB80879) is known color: Medium Violet Red. HEX triplet: B8, 08 and 79. RGB value is (184,8,121). Sum of RGB (Red+Green+Blue) = 184+8+121=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B80879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80879 is #47F786. Grayscale: #494949. Windows color (decimal): -4716423 or 7932088. OLE color: 7932088.
HSL color Cylindrical-coordinate representation of color #B80879: hue angle of 321.48º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80879 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 121 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.28 |
| HSL | 321.48º | 0.92% | 0.38% | - |
| HSV(B) | 321.48º | 0.96% | 0.72% | - |
| XYZ | 23.31 | 11.74 | 19.13 | - |
| YUV | 73.51 | 154.81 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 121 | 0 | 0.96 | 0.34 | 0.28 | 321.48 | 0.92 | 0.38 |
| Hex | B8 | 8 | 79 | 0 | 60 | 22 | 1C | 141 | 5C | 26 |
| Octal | 270 | 10 | 171 | 0 | 140 | 42 | 34 | 501 | 134 | 46 |
| Binary | 10111000 | 1000 | 1111001 | 0 | 1100000 | 100010 | 11100 | 101000001 | 1011100 | 100110 |
Color Harmonies of #B80879
Complementary color
Monochromatic Colors of #B80879
Black with #B80879
Text Example
Text Example
White with #B80879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80879; }
p { color: rgb(184,8,121); }
H1.HeaderClassName
{
color: #B80879;
}
.AnyTagClassName
{
color: #B80879;
}
</style>
background-color css
<style>
a { background-color: #B80879; }
a { background-color: rgb(184,8,121); }
div.DivClassName
{
background-color: #B80879;
}
.BgClassName
{
background-color: #B80879;
}
</style>
border-color css
<style>
span { border-color: #B80879; }
span { border-color: rgb(184,8,121); }
td.TdClassName
{
border-color: #B80879;
}
.TagClassName
{
border-color: #B80879;
}
</style>