Shades of Medium Violet Red #B7078A
Tints of Medium Violet Red #B7078A
RGB
CMYK
RGB Variations
Color information
#B7078A (or 0xB7078A) is known color: Medium Violet Red. HEX triplet: B7, 07 and 8A. RGB value is (183,7,138). Sum of RGB (Red+Green+Blue) = 183+7+138=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7078A is #48F875. Grayscale: #4A4A4A. Windows color (decimal): -4782198 or 9045943. OLE color: 9045943.
HSL color Cylindrical-coordinate representation of color #B7078A: hue angle of 315.34º 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 #B7078A is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 138 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.28 |
| HSL | 315.34º | 0.93% | 0.37% | - |
| HSV(B) | 315.34º | 0.96% | 0.72% | - |
| XYZ | 24.19 | 12.05 | 25.1 | - |
| YUV | 74.56 | 163.81 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 138 | 0 | 0.96 | 0.25 | 0.28 | 315.34 | 0.93 | 0.37 |
| Hex | B7 | 7 | 8A | 0 | 60 | 19 | 1C | 13B | 5D | 25 |
| Octal | 267 | 7 | 212 | 0 | 140 | 31 | 34 | 473 | 135 | 45 |
| Binary | 10110111 | 111 | 10001010 | 0 | 1100000 | 11001 | 11100 | 100111011 | 1011101 | 100101 |
Color Harmonies of #B7078A
Complementary color
Monochromatic Colors of #B7078A
Black with #B7078A
Text Example
Text Example
White with #B7078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7078A; }
p { color: rgb(183,7,138); }
H1.HeaderClassName
{
color: #B7078A;
}
.AnyTagClassName
{
color: #B7078A;
}
</style>
background-color css
<style>
a { background-color: #B7078A; }
a { background-color: rgb(183,7,138); }
div.DivClassName
{
background-color: #B7078A;
}
.BgClassName
{
background-color: #B7078A;
}
</style>
border-color css
<style>
span { border-color: #B7078A; }
span { border-color: rgb(183,7,138); }
td.TdClassName
{
border-color: #B7078A;
}
.TagClassName
{
border-color: #B7078A;
}
</style>