Shades of Medium Red Violet #BC2370
Tints of Medium Red Violet #BC2370
RGB
CMYK
RGB Variations
Color information
#BC2370 (or 0xBC2370) is known color: Medium Red Violet. HEX triplet: BC, 23 and 70. RGB value is (188,35,112). Sum of RGB (Red+Green+Blue) = 188+35+112=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2370 is #43DC8F. Grayscale: #595959. Windows color (decimal): -4447376 or 7349180. OLE color: 7349180.
HSL color Cylindrical-coordinate representation of color #BC2370: hue angle of 329.8º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2370 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 112 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.26 |
| HSL | 329.8º | 0.69% | 0.44% | - |
| HSV(B) | 329.8º | 0.81% | 0.74% | - |
| XYZ | 24.26 | 13.06 | 16.57 | - |
| YUV | 89.53 | 140.69 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 112 | 0 | 0.81 | 0.40 | 0.26 | 329.8 | 0.69 | 0.44 |
| Hex | BC | 23 | 70 | 0 | 51 | 28 | 1A | 14A | 45 | 2C |
| Octal | 274 | 43 | 160 | 0 | 121 | 50 | 32 | 512 | 105 | 54 |
| Binary | 10111100 | 100011 | 1110000 | 0 | 1010001 | 101000 | 11010 | 101001010 | 1000101 | 101100 |
Color Harmonies of #BC2370
Complementary color
Monochromatic Colors of #BC2370
Black with #BC2370
Text Example
Text Example
White with #BC2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2370; }
p { color: rgb(188,35,112); }
H1.HeaderClassName
{
color: #BC2370;
}
.AnyTagClassName
{
color: #BC2370;
}
</style>
background-color css
<style>
a { background-color: #BC2370; }
a { background-color: rgb(188,35,112); }
div.DivClassName
{
background-color: #BC2370;
}
.BgClassName
{
background-color: #BC2370;
}
</style>
border-color css
<style>
span { border-color: #BC2370; }
span { border-color: rgb(188,35,112); }
td.TdClassName
{
border-color: #BC2370;
}
.TagClassName
{
border-color: #BC2370;
}
</style>