Shades of Medium Violet Red #B3078B
Tints of Medium Violet Red #B3078B
RGB
CMYK
RGB Variations
Color information
#B3078B (or 0xB3078B) is known color: Medium Violet Red. HEX triplet: B3, 07 and 8B. RGB value is (179,7,139). Sum of RGB (Red+Green+Blue) = 179+7+139=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3078B is #4CF874. Grayscale: #494949. Windows color (decimal): -5044341 or 9111475. OLE color: 9111475.
HSL color Cylindrical-coordinate representation of color #B3078B: hue angle of 313.95º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3078B is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.30 |
| HSL | 313.95º | 0.92% | 0.36% | - |
| HSV(B) | 313.95º | 0.96% | 0.7% | - |
| XYZ | 23.33 | 11.6 | 25.44 | - |
| YUV | 73.48 | 164.98 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 139 | 0 | 0.96 | 0.22 | 0.30 | 313.95 | 0.92 | 0.36 |
| Hex | B3 | 7 | 8B | 0 | 60 | 16 | 1E | 13A | 5C | 24 |
| Octal | 263 | 7 | 213 | 0 | 140 | 26 | 36 | 472 | 134 | 44 |
| Binary | 10110011 | 111 | 10001011 | 0 | 1100000 | 10110 | 11110 | 100111010 | 1011100 | 100100 |
Color Harmonies of #B3078B
Complementary color
Monochromatic Colors of #B3078B
Black with #B3078B
Text Example
Text Example
White with #B3078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3078B; }
p { color: rgb(179,7,139); }
H1.HeaderClassName
{
color: #B3078B;
}
.AnyTagClassName
{
color: #B3078B;
}
</style>
background-color css
<style>
a { background-color: #B3078B; }
a { background-color: rgb(179,7,139); }
div.DivClassName
{
background-color: #B3078B;
}
.BgClassName
{
background-color: #B3078B;
}
</style>
border-color css
<style>
span { border-color: #B3078B; }
span { border-color: rgb(179,7,139); }
td.TdClassName
{
border-color: #B3078B;
}
.TagClassName
{
border-color: #B3078B;
}
</style>