Shades of Medium Violet Red #B8078A
Tints of Medium Violet Red #B8078A
RGB
CMYK
RGB Variations
Color information
#B8078A (or 0xB8078A) is known color: Medium Violet Red. HEX triplet: B8, 07 and 8A. RGB value is (184,7,138). Sum of RGB (Red+Green+Blue) = 184+7+138=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8078A is #47F875. Grayscale: #4A4A4A. Windows color (decimal): -4716662 or 9045944. OLE color: 9045944.
HSL color Cylindrical-coordinate representation of color #B8078A: hue angle of 315.59º 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 #B8078A is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 138 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.28 |
| HSL | 315.59º | 0.93% | 0.37% | - |
| HSV(B) | 315.59º | 0.96% | 0.72% | - |
| XYZ | 24.43 | 12.18 | 25.11 | - |
| YUV | 74.86 | 163.64 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 138 | 0 | 0.96 | 0.25 | 0.28 | 315.59 | 0.93 | 0.37 |
| Hex | B8 | 7 | 8A | 0 | 60 | 19 | 1C | 13C | 5D | 25 |
| Octal | 270 | 7 | 212 | 0 | 140 | 31 | 34 | 474 | 135 | 45 |
| Binary | 10111000 | 111 | 10001010 | 0 | 1100000 | 11001 | 11100 | 100111100 | 1011101 | 100101 |
Color Harmonies of #B8078A
Complementary color
Monochromatic Colors of #B8078A
Black with #B8078A
Text Example
Text Example
White with #B8078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8078A; }
p { color: rgb(184,7,138); }
H1.HeaderClassName
{
color: #B8078A;
}
.AnyTagClassName
{
color: #B8078A;
}
</style>
background-color css
<style>
a { background-color: #B8078A; }
a { background-color: rgb(184,7,138); }
div.DivClassName
{
background-color: #B8078A;
}
.BgClassName
{
background-color: #B8078A;
}
</style>
border-color css
<style>
span { border-color: #B8078A; }
span { border-color: rgb(184,7,138); }
td.TdClassName
{
border-color: #B8078A;
}
.TagClassName
{
border-color: #B8078A;
}
</style>