Shades of Medium Violet Red #B7078F
Tints of Medium Violet Red #B7078F
RGB
CMYK
RGB Variations
Color information
#B7078F (or 0xB7078F) is known color: Medium Violet Red. HEX triplet: B7, 07 and 8F. RGB value is (183,7,143). Sum of RGB (Red+Green+Blue) = 183+7+143=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B7078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7078F is #48F870. Grayscale: #4A4A4A. Windows color (decimal): -4782193 or 9373623. OLE color: 9373623.
HSL color Cylindrical-coordinate representation of color #B7078F: hue angle of 313.64º 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 #B7078F is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 143 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.28 |
| HSL | 313.64º | 0.93% | 0.37% | - |
| HSV(B) | 313.64º | 0.96% | 0.72% | - |
| XYZ | 24.56 | 12.2 | 27.05 | - |
| YUV | 75.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 143 | 0 | 0.96 | 0.22 | 0.28 | 313.64 | 0.93 | 0.37 |
| Hex | B7 | 7 | 8F | 0 | 60 | 16 | 1C | 13A | 5D | 25 |
| Octal | 267 | 7 | 217 | 0 | 140 | 26 | 34 | 472 | 135 | 45 |
| Binary | 10110111 | 111 | 10001111 | 0 | 1100000 | 10110 | 11100 | 100111010 | 1011101 | 100101 |
Color Harmonies of #B7078F
Complementary color
Monochromatic Colors of #B7078F
Black with #B7078F
Text Example
Text Example
White with #B7078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7078F; }
p { color: rgb(183,7,143); }
H1.HeaderClassName
{
color: #B7078F;
}
.AnyTagClassName
{
color: #B7078F;
}
</style>
background-color css
<style>
a { background-color: #B7078F; }
a { background-color: rgb(183,7,143); }
div.DivClassName
{
background-color: #B7078F;
}
.BgClassName
{
background-color: #B7078F;
}
</style>
border-color css
<style>
span { border-color: #B7078F; }
span { border-color: rgb(183,7,143); }
td.TdClassName
{
border-color: #B7078F;
}
.TagClassName
{
border-color: #B7078F;
}
</style>