Shades of Medium Violet Red #BC1371
Tints of Medium Violet Red #BC1371
RGB
CMYK
RGB Variations
Color information
#BC1371 (or 0xBC1371) is known color: Medium Violet Red. HEX triplet: BC, 13 and 71. RGB value is (188,19,113). Sum of RGB (Red+Green+Blue) = 188+19+113=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1371 is #43EC8E. Grayscale: #505050. Windows color (decimal): -4451471 or 7410620. OLE color: 7410620.
HSL color Cylindrical-coordinate representation of color #BC1371: hue angle of 326.63º 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 #BC1371 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 113 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.26 |
| HSL | 326.63º | 0.82% | 0.41% | - |
| HSV(B) | 326.63º | 0.9% | 0.74% | - |
| XYZ | 23.95 | 12.35 | 16.74 | - |
| YUV | 80.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 113 | 0 | 0.90 | 0.40 | 0.26 | 326.63 | 0.82 | 0.41 |
| Hex | BC | 13 | 71 | 0 | 5A | 28 | 1A | 147 | 52 | 29 |
| Octal | 274 | 23 | 161 | 0 | 132 | 50 | 32 | 507 | 122 | 51 |
| Binary | 10111100 | 10011 | 1110001 | 0 | 1011010 | 101000 | 11010 | 101000111 | 1010010 | 101001 |
Color Harmonies of #BC1371
Complementary color
Monochromatic Colors of #BC1371
Black with #BC1371
Text Example
Text Example
White with #BC1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1371; }
p { color: rgb(188,19,113); }
H1.HeaderClassName
{
color: #BC1371;
}
.AnyTagClassName
{
color: #BC1371;
}
</style>
background-color css
<style>
a { background-color: #BC1371; }
a { background-color: rgb(188,19,113); }
div.DivClassName
{
background-color: #BC1371;
}
.BgClassName
{
background-color: #BC1371;
}
</style>
border-color css
<style>
span { border-color: #BC1371; }
span { border-color: rgb(188,19,113); }
td.TdClassName
{
border-color: #BC1371;
}
.TagClassName
{
border-color: #BC1371;
}
</style>