Shades of Medium Violet Red #B3077C
Tints of Medium Violet Red #B3077C
RGB
CMYK
RGB Variations
Color information
#B3077C (or 0xB3077C) is known color: Medium Violet Red. HEX triplet: B3, 07 and 7C. RGB value is (179,7,124). Sum of RGB (Red+Green+Blue) = 179+7+124=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3077C is #4CF883. Grayscale: #474747. Windows color (decimal): -5044356 or 8128435. OLE color: 8128435.
HSL color Cylindrical-coordinate representation of color #B3077C: hue angle of 319.19º 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 #B3077C is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 124 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.30 |
| HSL | 319.19º | 0.92% | 0.36% | - |
| HSV(B) | 319.19º | 0.96% | 0.7% | - |
| XYZ | 22.3 | 11.19 | 20.05 | - |
| YUV | 71.77 | 157.48 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 124 | 0 | 0.96 | 0.31 | 0.30 | 319.19 | 0.92 | 0.36 |
| Hex | B3 | 7 | 7C | 0 | 60 | 1F | 1E | 13F | 5C | 24 |
| Octal | 263 | 7 | 174 | 0 | 140 | 37 | 36 | 477 | 134 | 44 |
| Binary | 10110011 | 111 | 1111100 | 0 | 1100000 | 11111 | 11110 | 100111111 | 1011100 | 100100 |
Color Harmonies of #B3077C
Complementary color
Monochromatic Colors of #B3077C
Black with #B3077C
Text Example
Text Example
White with #B3077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3077C; }
p { color: rgb(179,7,124); }
H1.HeaderClassName
{
color: #B3077C;
}
.AnyTagClassName
{
color: #B3077C;
}
</style>
background-color css
<style>
a { background-color: #B3077C; }
a { background-color: rgb(179,7,124); }
div.DivClassName
{
background-color: #B3077C;
}
.BgClassName
{
background-color: #B3077C;
}
</style>
border-color css
<style>
span { border-color: #B3077C; }
span { border-color: rgb(179,7,124); }
td.TdClassName
{
border-color: #B3077C;
}
.TagClassName
{
border-color: #B3077C;
}
</style>