Shades of Medium Violet Red #B80878
Tints of Medium Violet Red #B80878
RGB
CMYK
RGB Variations
Color information
#B80878 (or 0xB80878) is known color: Medium Violet Red. HEX triplet: B8, 08 and 78. RGB value is (184,8,120). Sum of RGB (Red+Green+Blue) = 184+8+120=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B80878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80878 is #47F787. Grayscale: #494949. Windows color (decimal): -4716424 or 7866552. OLE color: 7866552.
HSL color Cylindrical-coordinate representation of color #B80878: hue angle of 321.82º 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 #B80878 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.28 |
| HSL | 321.82º | 0.92% | 0.38% | - |
| HSV(B) | 321.82º | 0.96% | 0.72% | - |
| XYZ | 23.24 | 11.72 | 18.81 | - |
| YUV | 73.39 | 154.31 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 120 | 0 | 0.96 | 0.35 | 0.28 | 321.82 | 0.92 | 0.38 |
| Hex | B8 | 8 | 78 | 0 | 60 | 23 | 1C | 142 | 5C | 26 |
| Octal | 270 | 10 | 170 | 0 | 140 | 43 | 34 | 502 | 134 | 46 |
| Binary | 10111000 | 1000 | 1111000 | 0 | 1100000 | 100011 | 11100 | 101000010 | 1011100 | 100110 |
Color Harmonies of #B80878
Complementary color
Monochromatic Colors of #B80878
Black with #B80878
Text Example
Text Example
White with #B80878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80878; }
p { color: rgb(184,8,120); }
H1.HeaderClassName
{
color: #B80878;
}
.AnyTagClassName
{
color: #B80878;
}
</style>
background-color css
<style>
a { background-color: #B80878; }
a { background-color: rgb(184,8,120); }
div.DivClassName
{
background-color: #B80878;
}
.BgClassName
{
background-color: #B80878;
}
</style>
border-color css
<style>
span { border-color: #B80878; }
span { border-color: rgb(184,8,120); }
td.TdClassName
{
border-color: #B80878;
}
.TagClassName
{
border-color: #B80878;
}
</style>