Shades of Medium Violet Red #B3078E
Tints of Medium Violet Red #B3078E
RGB
CMYK
RGB Variations
Color information
#B3078E (or 0xB3078E) is known color: Medium Violet Red. HEX triplet: B3, 07 and 8E. RGB value is (179,7,142). Sum of RGB (Red+Green+Blue) = 179+7+142=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B3078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3078E is #4CF871. Grayscale: #494949. Windows color (decimal): -5044338 or 9308083. OLE color: 9308083.
HSL color Cylindrical-coordinate representation of color #B3078E: hue angle of 312.91º 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 #B3078E is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 142 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.30 |
| HSL | 312.91º | 0.92% | 0.36% | - |
| HSV(B) | 312.91º | 0.96% | 0.7% | - |
| XYZ | 23.55 | 11.69 | 26.61 | - |
| YUV | 73.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 142 | 0 | 0.96 | 0.21 | 0.30 | 312.91 | 0.92 | 0.36 |
| Hex | B3 | 7 | 8E | 0 | 60 | 15 | 1E | 139 | 5C | 24 |
| Octal | 263 | 7 | 216 | 0 | 140 | 25 | 36 | 471 | 134 | 44 |
| Binary | 10110011 | 111 | 10001110 | 0 | 1100000 | 10101 | 11110 | 100111001 | 1011100 | 100100 |
Color Harmonies of #B3078E
Complementary color
Monochromatic Colors of #B3078E
Black with #B3078E
Text Example
Text Example
White with #B3078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3078E; }
p { color: rgb(179,7,142); }
H1.HeaderClassName
{
color: #B3078E;
}
.AnyTagClassName
{
color: #B3078E;
}
</style>
background-color css
<style>
a { background-color: #B3078E; }
a { background-color: rgb(179,7,142); }
div.DivClassName
{
background-color: #B3078E;
}
.BgClassName
{
background-color: #B3078E;
}
</style>
border-color css
<style>
span { border-color: #B3078E; }
span { border-color: rgb(179,7,142); }
td.TdClassName
{
border-color: #B3078E;
}
.TagClassName
{
border-color: #B3078E;
}
</style>