Shades of Medium Violet Red #BC1475
Tints of Medium Violet Red #BC1475
RGB
CMYK
RGB Variations
Color information
#BC1475 (or 0xBC1475) is known color: Medium Violet Red. HEX triplet: BC, 14 and 75. RGB value is (188,20,117). Sum of RGB (Red+Green+Blue) = 188+20+117=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1475 is #43EB8A. Grayscale: #515151. Windows color (decimal): -4451211 or 7673020. OLE color: 7673020.
HSL color Cylindrical-coordinate representation of color #BC1475: hue angle of 325.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1475 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 117 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.26 |
| HSL | 325.36º | 0.81% | 0.41% | - |
| HSV(B) | 325.36º | 0.89% | 0.74% | - |
| XYZ | 24.2 | 12.48 | 17.96 | - |
| YUV | 81.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 117 | 0 | 0.89 | 0.38 | 0.26 | 325.36 | 0.81 | 0.41 |
| Hex | BC | 14 | 75 | 0 | 59 | 26 | 1A | 145 | 51 | 29 |
| Octal | 274 | 24 | 165 | 0 | 131 | 46 | 32 | 505 | 121 | 51 |
| Binary | 10111100 | 10100 | 1110101 | 0 | 1011001 | 100110 | 11010 | 101000101 | 1010001 | 101001 |
Color Harmonies of #BC1475
Complementary color
Monochromatic Colors of #BC1475
Black with #BC1475
Text Example
Text Example
White with #BC1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1475; }
p { color: rgb(188,20,117); }
H1.HeaderClassName
{
color: #BC1475;
}
.AnyTagClassName
{
color: #BC1475;
}
</style>
background-color css
<style>
a { background-color: #BC1475; }
a { background-color: rgb(188,20,117); }
div.DivClassName
{
background-color: #BC1475;
}
.BgClassName
{
background-color: #BC1475;
}
</style>
border-color css
<style>
span { border-color: #BC1475; }
span { border-color: rgb(188,20,117); }
td.TdClassName
{
border-color: #BC1475;
}
.TagClassName
{
border-color: #BC1475;
}
</style>