Shades of Medium Red Violet #B3379D
Tints of Medium Red Violet #B3379D
RGB
CMYK
RGB Variations
Color information
#B3379D (or 0xB3379D) is known color: Medium Red Violet. HEX triplet: B3, 37 and 9D. RGB value is (179,55,157). Sum of RGB (Red+Green+Blue) = 179+55+157=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3379D is #4CC862. Grayscale: #676767. Windows color (decimal): -5032035 or 10303411. OLE color: 10303411.
HSL color Cylindrical-coordinate representation of color #B3379D: hue angle of 310.65º 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 #B3379D is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 157 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.30 |
| HSL | 310.65º | 0.53% | 0.46% | - |
| HSV(B) | 310.65º | 0.69% | 0.7% | - |
| XYZ | 26.04 | 14.75 | 33.37 | - |
| YUV | 103.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 157 | 0 | 0.69 | 0.12 | 0.30 | 310.65 | 0.53 | 0.46 |
| Hex | B3 | 37 | 9D | 0 | 45 | C | 1E | 137 | 35 | 2E |
| Octal | 263 | 67 | 235 | 0 | 105 | 14 | 36 | 467 | 65 | 56 |
| Binary | 10110011 | 110111 | 10011101 | 0 | 1000101 | 1100 | 11110 | 100110111 | 110101 | 101110 |
Color Harmonies of #B3379D
Complementary color
Monochromatic Colors of #B3379D
Black with #B3379D
Text Example
Text Example
White with #B3379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3379D; }
p { color: rgb(179,55,157); }
H1.HeaderClassName
{
color: #B3379D;
}
.AnyTagClassName
{
color: #B3379D;
}
</style>
background-color css
<style>
a { background-color: #B3379D; }
a { background-color: rgb(179,55,157); }
div.DivClassName
{
background-color: #B3379D;
}
.BgClassName
{
background-color: #B3379D;
}
</style>
border-color css
<style>
span { border-color: #B3379D; }
span { border-color: rgb(179,55,157); }
td.TdClassName
{
border-color: #B3379D;
}
.TagClassName
{
border-color: #B3379D;
}
</style>