Shades of Medium Red Violet #BC3370
Tints of Medium Red Violet #BC3370
RGB
CMYK
RGB Variations
Color information
#BC3370 (or 0xBC3370) is known color: Medium Red Violet. HEX triplet: BC, 33 and 70. RGB value is (188,51,112). Sum of RGB (Red+Green+Blue) = 188+51+112=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3370 is #43CC8F. Grayscale: #626262. Windows color (decimal): -4443280 or 7353276. OLE color: 7353276.
HSL color Cylindrical-coordinate representation of color #BC3370: hue angle of 333.28º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3370 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 112 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.26 |
| HSL | 333.28º | 0.57% | 0.47% | - |
| HSV(B) | 333.28º | 0.73% | 0.74% | - |
| XYZ | 24.85 | 14.23 | 16.77 | - |
| YUV | 98.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 112 | 0 | 0.73 | 0.40 | 0.26 | 333.28 | 0.57 | 0.47 |
| Hex | BC | 33 | 70 | 0 | 49 | 28 | 1A | 14D | 39 | 2F |
| Octal | 274 | 63 | 160 | 0 | 111 | 50 | 32 | 515 | 71 | 57 |
| Binary | 10111100 | 110011 | 1110000 | 0 | 1001001 | 101000 | 11010 | 101001101 | 111001 | 101111 |
Color Harmonies of #BC3370
Complementary color
Monochromatic Colors of #BC3370
Black with #BC3370
Text Example
Text Example
White with #BC3370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3370; }
p { color: rgb(188,51,112); }
H1.HeaderClassName
{
color: #BC3370;
}
.AnyTagClassName
{
color: #BC3370;
}
</style>
background-color css
<style>
a { background-color: #BC3370; }
a { background-color: rgb(188,51,112); }
div.DivClassName
{
background-color: #BC3370;
}
.BgClassName
{
background-color: #BC3370;
}
</style>
border-color css
<style>
span { border-color: #BC3370; }
span { border-color: rgb(188,51,112); }
td.TdClassName
{
border-color: #BC3370;
}
.TagClassName
{
border-color: #BC3370;
}
</style>