Shades of Medium Violet Red #B80678
Tints of Medium Violet Red #B80678
RGB
CMYK
RGB Variations
Color information
#B80678 (or 0xB80678) is known color: Medium Violet Red. HEX triplet: B8, 06 and 78. RGB value is (184,6,120). Sum of RGB (Red+Green+Blue) = 184+6+120=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B80678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80678 is #47F987. Grayscale: #474747. Windows color (decimal): -4716936 or 7866040. OLE color: 7866040.
HSL color Cylindrical-coordinate representation of color #B80678: hue angle of 321.57º 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 #B80678 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 120 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.28 |
| HSL | 321.57º | 0.94% | 0.37% | - |
| HSV(B) | 321.57º | 0.97% | 0.72% | - |
| XYZ | 23.22 | 11.68 | 18.8 | - |
| YUV | 72.22 | 154.97 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 120 | 0 | 0.97 | 0.35 | 0.28 | 321.57 | 0.94 | 0.37 |
| Hex | B8 | 6 | 78 | 0 | 61 | 23 | 1C | 142 | 5E | 25 |
| Octal | 270 | 6 | 170 | 0 | 141 | 43 | 34 | 502 | 136 | 45 |
| Binary | 10111000 | 110 | 1111000 | 0 | 1100001 | 100011 | 11100 | 101000010 | 1011110 | 100101 |
Color Harmonies of #B80678
Complementary color
Monochromatic Colors of #B80678
Black with #B80678
Text Example
Text Example
White with #B80678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80678; }
p { color: rgb(184,6,120); }
H1.HeaderClassName
{
color: #B80678;
}
.AnyTagClassName
{
color: #B80678;
}
</style>
background-color css
<style>
a { background-color: #B80678; }
a { background-color: rgb(184,6,120); }
div.DivClassName
{
background-color: #B80678;
}
.BgClassName
{
background-color: #B80678;
}
</style>
border-color css
<style>
span { border-color: #B80678; }
span { border-color: rgb(184,6,120); }
td.TdClassName
{
border-color: #B80678;
}
.TagClassName
{
border-color: #B80678;
}
</style>