Shades of Medium Violet Red #B8078D
Tints of Medium Violet Red #B8078D
RGB
CMYK
RGB Variations
Color information
#B8078D (or 0xB8078D) is known color: Medium Violet Red. HEX triplet: B8, 07 and 8D. RGB value is (184,7,141). Sum of RGB (Red+Green+Blue) = 184+7+141=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8078D is #47F872. Grayscale: #4A4A4A. Windows color (decimal): -4716659 or 9242552. OLE color: 9242552.
HSL color Cylindrical-coordinate representation of color #B8078D: hue angle of 314.58º 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 #B8078D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 141 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.28 |
| HSL | 314.58º | 0.93% | 0.37% | - |
| HSV(B) | 314.58º | 0.96% | 0.72% | - |
| XYZ | 24.65 | 12.27 | 26.27 | - |
| YUV | 75.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 141 | 0 | 0.96 | 0.23 | 0.28 | 314.58 | 0.93 | 0.37 |
| Hex | B8 | 7 | 8D | 0 | 60 | 17 | 1C | 13B | 5D | 25 |
| Octal | 270 | 7 | 215 | 0 | 140 | 27 | 34 | 473 | 135 | 45 |
| Binary | 10111000 | 111 | 10001101 | 0 | 1100000 | 10111 | 11100 | 100111011 | 1011101 | 100101 |
Color Harmonies of #B8078D
Complementary color
Monochromatic Colors of #B8078D
Black with #B8078D
Text Example
Text Example
White with #B8078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8078D; }
p { color: rgb(184,7,141); }
H1.HeaderClassName
{
color: #B8078D;
}
.AnyTagClassName
{
color: #B8078D;
}
</style>
background-color css
<style>
a { background-color: #B8078D; }
a { background-color: rgb(184,7,141); }
div.DivClassName
{
background-color: #B8078D;
}
.BgClassName
{
background-color: #B8078D;
}
</style>
border-color css
<style>
span { border-color: #B8078D; }
span { border-color: rgb(184,7,141); }
td.TdClassName
{
border-color: #B8078D;
}
.TagClassName
{
border-color: #B8078D;
}
</style>