Shades of Medium Red Violet #BC397D
Tints of Medium Red Violet #BC397D
RGB
CMYK
RGB Variations
Color information
#BC397D (or 0xBC397D) is known color: Medium Red Violet. HEX triplet: BC, 39 and 7D. RGB value is (188,57,125). Sum of RGB (Red+Green+Blue) = 188+57+125=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC397D is #43C682. Grayscale: #676767. Windows color (decimal): -4441731 or 8206780. OLE color: 8206780.
HSL color Cylindrical-coordinate representation of color #BC397D: hue angle of 328.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC397D is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 125 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.26 |
| HSL | 328.85º | 0.53% | 0.48% | - |
| HSV(B) | 328.85º | 0.7% | 0.74% | - |
| XYZ | 25.9 | 15.1 | 20.95 | - |
| YUV | 103.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 125 | 0 | 0.70 | 0.34 | 0.26 | 328.85 | 0.53 | 0.48 |
| Hex | BC | 39 | 7D | 0 | 46 | 22 | 1A | 149 | 35 | 30 |
| Octal | 274 | 71 | 175 | 0 | 106 | 42 | 32 | 511 | 65 | 60 |
| Binary | 10111100 | 111001 | 1111101 | 0 | 1000110 | 100010 | 11010 | 101001001 | 110101 | 110000 |
Color Harmonies of #BC397D
Complementary color
Monochromatic Colors of #BC397D
Black with #BC397D
Text Example
Text Example
White with #BC397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC397D; }
p { color: rgb(188,57,125); }
H1.HeaderClassName
{
color: #BC397D;
}
.AnyTagClassName
{
color: #BC397D;
}
</style>
background-color css
<style>
a { background-color: #BC397D; }
a { background-color: rgb(188,57,125); }
div.DivClassName
{
background-color: #BC397D;
}
.BgClassName
{
background-color: #BC397D;
}
</style>
border-color css
<style>
span { border-color: #BC397D; }
span { border-color: rgb(188,57,125); }
td.TdClassName
{
border-color: #BC397D;
}
.TagClassName
{
border-color: #BC397D;
}
</style>