Shades of Medium Violet Red #B8079B
Tints of Medium Violet Red #B8079B
RGB
CMYK
RGB Variations
Color information
#B8079B (or 0xB8079B) is known color: Medium Violet Red. HEX triplet: B8, 07 and 9B. RGB value is (184,7,155). Sum of RGB (Red+Green+Blue) = 184+7+155=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8079B is #47F864. Grayscale: #4C4C4C. Windows color (decimal): -4716645 or 10160056. OLE color: 10160056.
HSL color Cylindrical-coordinate representation of color #B8079B: hue angle of 309.83º 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 #B8079B is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 155 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.28 |
| HSL | 309.83º | 0.93% | 0.37% | - |
| HSV(B) | 309.83º | 0.96% | 0.72% | - |
| XYZ | 25.76 | 12.71 | 32.11 | - |
| YUV | 76.8 | 172.14 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 155 | 0 | 0.96 | 0.16 | 0.28 | 309.83 | 0.93 | 0.37 |
| Hex | B8 | 7 | 9B | 0 | 60 | 10 | 1C | 136 | 5D | 25 |
| Octal | 270 | 7 | 233 | 0 | 140 | 20 | 34 | 466 | 135 | 45 |
| Binary | 10111000 | 111 | 10011011 | 0 | 1100000 | 10000 | 11100 | 100110110 | 1011101 | 100101 |
Color Harmonies of #B8079B
Complementary color
Monochromatic Colors of #B8079B
Black with #B8079B
Text Example
Text Example
White with #B8079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8079B; }
p { color: rgb(184,7,155); }
H1.HeaderClassName
{
color: #B8079B;
}
.AnyTagClassName
{
color: #B8079B;
}
</style>
background-color css
<style>
a { background-color: #B8079B; }
a { background-color: rgb(184,7,155); }
div.DivClassName
{
background-color: #B8079B;
}
.BgClassName
{
background-color: #B8079B;
}
</style>
border-color css
<style>
span { border-color: #B8079B; }
span { border-color: rgb(184,7,155); }
td.TdClassName
{
border-color: #B8079B;
}
.TagClassName
{
border-color: #B8079B;
}
</style>