Shades of Medium Violet Red #B8079F
Tints of Medium Violet Red #B8079F
RGB
CMYK
RGB Variations
Color information
#B8079F (or 0xB8079F) is known color: Medium Violet Red. HEX triplet: B8, 07 and 9F. RGB value is (184,7,159). Sum of RGB (Red+Green+Blue) = 184+7+159=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8079F is #47F860. Grayscale: #4C4C4C. Windows color (decimal): -4716641 or 10422200. OLE color: 10422200.
HSL color Cylindrical-coordinate representation of color #B8079F: hue angle of 308.47º 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 #B8079F is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 159 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.28 |
| HSL | 308.47º | 0.93% | 0.37% | - |
| HSV(B) | 308.47º | 0.96% | 0.72% | - |
| XYZ | 26.1 | 12.85 | 33.9 | - |
| YUV | 77.25 | 174.14 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 159 | 0 | 0.96 | 0.14 | 0.28 | 308.47 | 0.93 | 0.37 |
| Hex | B8 | 7 | 9F | 0 | 60 | E | 1C | 134 | 5D | 25 |
| Octal | 270 | 7 | 237 | 0 | 140 | 16 | 34 | 464 | 135 | 45 |
| Binary | 10111000 | 111 | 10011111 | 0 | 1100000 | 1110 | 11100 | 100110100 | 1011101 | 100101 |
Color Harmonies of #B8079F
Complementary color
Monochromatic Colors of #B8079F
Black with #B8079F
Text Example
Text Example
White with #B8079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8079F; }
p { color: rgb(184,7,159); }
H1.HeaderClassName
{
color: #B8079F;
}
.AnyTagClassName
{
color: #B8079F;
}
</style>
background-color css
<style>
a { background-color: #B8079F; }
a { background-color: rgb(184,7,159); }
div.DivClassName
{
background-color: #B8079F;
}
.BgClassName
{
background-color: #B8079F;
}
</style>
border-color css
<style>
span { border-color: #B8079F; }
span { border-color: rgb(184,7,159); }
td.TdClassName
{
border-color: #B8079F;
}
.TagClassName
{
border-color: #B8079F;
}
</style>