Shades of Medium Violet Red #B3079B
Tints of Medium Violet Red #B3079B
RGB
CMYK
RGB Variations
Color information
#B3079B (or 0xB3079B) is known color: Medium Violet Red. HEX triplet: B3, 07 and 9B. RGB value is (179,7,155). Sum of RGB (Red+Green+Blue) = 179+7+155=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3079B is #4CF864. Grayscale: #4A4A4A. Windows color (decimal): -5044325 or 10160051. OLE color: 10160051.
HSL color Cylindrical-coordinate representation of color #B3079B: hue angle of 308.37º 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 #B3079B is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 155 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.30 |
| HSL | 308.37º | 0.92% | 0.36% | - |
| HSV(B) | 308.37º | 0.96% | 0.7% | - |
| XYZ | 24.58 | 12.1 | 32.05 | - |
| YUV | 75.3 | 172.98 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 155 | 0 | 0.96 | 0.13 | 0.30 | 308.37 | 0.92 | 0.36 |
| Hex | B3 | 7 | 9B | 0 | 60 | D | 1E | 134 | 5C | 24 |
| Octal | 263 | 7 | 233 | 0 | 140 | 15 | 36 | 464 | 134 | 44 |
| Binary | 10110011 | 111 | 10011011 | 0 | 1100000 | 1101 | 11110 | 100110100 | 1011100 | 100100 |
Color Harmonies of #B3079B
Complementary color
Monochromatic Colors of #B3079B
Black with #B3079B
Text Example
Text Example
White with #B3079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3079B; }
p { color: rgb(179,7,155); }
H1.HeaderClassName
{
color: #B3079B;
}
.AnyTagClassName
{
color: #B3079B;
}
</style>
background-color css
<style>
a { background-color: #B3079B; }
a { background-color: rgb(179,7,155); }
div.DivClassName
{
background-color: #B3079B;
}
.BgClassName
{
background-color: #B3079B;
}
</style>
border-color css
<style>
span { border-color: #B3079B; }
span { border-color: rgb(179,7,155); }
td.TdClassName
{
border-color: #B3079B;
}
.TagClassName
{
border-color: #B3079B;
}
</style>