Shades of Medium Red Violet #B3397C
Tints of Medium Red Violet #B3397C
RGB
CMYK
RGB Variations
Color information
#B3397C (or 0xB3397C) is known color: Medium Red Violet. HEX triplet: B3, 39 and 7C. RGB value is (179,57,124). Sum of RGB (Red+Green+Blue) = 179+57+124=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3397C is #4CC683. Grayscale: #646464. Windows color (decimal): -5031556 or 8141235. OLE color: 8141235.
HSL color Cylindrical-coordinate representation of color #B3397C: hue angle of 327.05º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3397C is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 124 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.30 |
| HSL | 327.05º | 0.52% | 0.46% | - |
| HSV(B) | 327.05º | 0.68% | 0.7% | - |
| XYZ | 23.69 | 13.97 | 20.52 | - |
| YUV | 101.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 124 | 0 | 0.68 | 0.31 | 0.30 | 327.05 | 0.52 | 0.46 |
| Hex | B3 | 39 | 7C | 0 | 44 | 1F | 1E | 147 | 34 | 2E |
| Octal | 263 | 71 | 174 | 0 | 104 | 37 | 36 | 507 | 64 | 56 |
| Binary | 10110011 | 111001 | 1111100 | 0 | 1000100 | 11111 | 11110 | 101000111 | 110100 | 101110 |
Color Harmonies of #B3397C
Complementary color
Monochromatic Colors of #B3397C
Black with #B3397C
Text Example
Text Example
White with #B3397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3397C; }
p { color: rgb(179,57,124); }
H1.HeaderClassName
{
color: #B3397C;
}
.AnyTagClassName
{
color: #B3397C;
}
</style>
background-color css
<style>
a { background-color: #B3397C; }
a { background-color: rgb(179,57,124); }
div.DivClassName
{
background-color: #B3397C;
}
.BgClassName
{
background-color: #B3397C;
}
</style>
border-color css
<style>
span { border-color: #B3397C; }
span { border-color: rgb(179,57,124); }
td.TdClassName
{
border-color: #B3397C;
}
.TagClassName
{
border-color: #B3397C;
}
</style>