Shades of Medium Red Violet #B3379F
Tints of Medium Red Violet #B3379F
RGB
CMYK
RGB Variations
Color information
#B3379F (or 0xB3379F) is known color: Medium Red Violet. HEX triplet: B3, 37 and 9F. RGB value is (179,55,159). Sum of RGB (Red+Green+Blue) = 179+55+159=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B3379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3379F is #4CC860. Grayscale: #676767. Windows color (decimal): -5032033 or 10434483. OLE color: 10434483.
HSL color Cylindrical-coordinate representation of color #B3379F: hue angle of 309.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3379F is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 159 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.30 |
| HSL | 309.68º | 0.53% | 0.46% | - |
| HSV(B) | 309.68º | 0.69% | 0.7% | - |
| XYZ | 26.21 | 14.82 | 34.28 | - |
| YUV | 103.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 159 | 0 | 0.69 | 0.11 | 0.30 | 309.68 | 0.53 | 0.46 |
| Hex | B3 | 37 | 9F | 0 | 45 | B | 1E | 136 | 35 | 2E |
| Octal | 263 | 67 | 237 | 0 | 105 | 13 | 36 | 466 | 65 | 56 |
| Binary | 10110011 | 110111 | 10011111 | 0 | 1000101 | 1011 | 11110 | 100110110 | 110101 | 101110 |
Color Harmonies of #B3379F
Complementary color
Monochromatic Colors of #B3379F
Black with #B3379F
Text Example
Text Example
White with #B3379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3379F; }
p { color: rgb(179,55,159); }
H1.HeaderClassName
{
color: #B3379F;
}
.AnyTagClassName
{
color: #B3379F;
}
</style>
background-color css
<style>
a { background-color: #B3379F; }
a { background-color: rgb(179,55,159); }
div.DivClassName
{
background-color: #B3379F;
}
.BgClassName
{
background-color: #B3379F;
}
</style>
border-color css
<style>
span { border-color: #B3379F; }
span { border-color: rgb(179,55,159); }
td.TdClassName
{
border-color: #B3379F;
}
.TagClassName
{
border-color: #B3379F;
}
</style>