Shades of Medium Violet Red #BC1373
Tints of Medium Violet Red #BC1373
RGB
CMYK
RGB Variations
Color information
#BC1373 (or 0xBC1373) is known color: Medium Violet Red. HEX triplet: BC, 13 and 73. RGB value is (188,19,115). Sum of RGB (Red+Green+Blue) = 188+19+115=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1373 is #43EC8C. Grayscale: #505050. Windows color (decimal): -4451469 or 7541692. OLE color: 7541692.
HSL color Cylindrical-coordinate representation of color #BC1373: hue angle of 325.92º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1373 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 115 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.26 |
| HSL | 325.92º | 0.82% | 0.41% | - |
| HSV(B) | 325.92º | 0.9% | 0.74% | - |
| XYZ | 24.07 | 12.39 | 17.34 | - |
| YUV | 80.48 | 147.49 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 115 | 0 | 0.90 | 0.39 | 0.26 | 325.92 | 0.82 | 0.41 |
| Hex | BC | 13 | 73 | 0 | 5A | 27 | 1A | 146 | 52 | 29 |
| Octal | 274 | 23 | 163 | 0 | 132 | 47 | 32 | 506 | 122 | 51 |
| Binary | 10111100 | 10011 | 1110011 | 0 | 1011010 | 100111 | 11010 | 101000110 | 1010010 | 101001 |
Color Harmonies of #BC1373
Complementary color
Monochromatic Colors of #BC1373
Black with #BC1373
Text Example
Text Example
White with #BC1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1373; }
p { color: rgb(188,19,115); }
H1.HeaderClassName
{
color: #BC1373;
}
.AnyTagClassName
{
color: #BC1373;
}
</style>
background-color css
<style>
a { background-color: #BC1373; }
a { background-color: rgb(188,19,115); }
div.DivClassName
{
background-color: #BC1373;
}
.BgClassName
{
background-color: #BC1373;
}
</style>
border-color css
<style>
span { border-color: #BC1373; }
span { border-color: rgb(188,19,115); }
td.TdClassName
{
border-color: #BC1373;
}
.TagClassName
{
border-color: #BC1373;
}
</style>