Shades of Medium Violet Red #BC1D73
Tints of Medium Violet Red #BC1D73
RGB
CMYK
RGB Variations
Color information
#BC1D73 (or 0xBC1D73) is known color: Medium Violet Red. HEX triplet: BC, 1D and 73. RGB value is (188,29,115). Sum of RGB (Red+Green+Blue) = 188+29+115=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D73 is #43E28C. Grayscale: #565656. Windows color (decimal): -4448909 or 7544252. OLE color: 7544252.
HSL color Cylindrical-coordinate representation of color #BC1D73: hue angle of 327.55º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D73 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 115 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.26 |
| HSL | 327.55º | 0.73% | 0.43% | - |
| HSV(B) | 327.55º | 0.85% | 0.74% | - |
| XYZ | 24.27 | 12.81 | 17.41 | - |
| YUV | 86.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 115 | 0 | 0.85 | 0.39 | 0.26 | 327.55 | 0.73 | 0.43 |
| Hex | BC | 1D | 73 | 0 | 55 | 27 | 1A | 148 | 49 | 2B |
| Octal | 274 | 35 | 163 | 0 | 125 | 47 | 32 | 510 | 111 | 53 |
| Binary | 10111100 | 11101 | 1110011 | 0 | 1010101 | 100111 | 11010 | 101001000 | 1001001 | 101011 |
Color Harmonies of #BC1D73
Complementary color
Monochromatic Colors of #BC1D73
Black with #BC1D73
Text Example
Text Example
White with #BC1D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D73; }
p { color: rgb(188,29,115); }
H1.HeaderClassName
{
color: #BC1D73;
}
.AnyTagClassName
{
color: #BC1D73;
}
</style>
background-color css
<style>
a { background-color: #BC1D73; }
a { background-color: rgb(188,29,115); }
div.DivClassName
{
background-color: #BC1D73;
}
.BgClassName
{
background-color: #BC1D73;
}
</style>
border-color css
<style>
span { border-color: #BC1D73; }
span { border-color: rgb(188,29,115); }
td.TdClassName
{
border-color: #BC1D73;
}
.TagClassName
{
border-color: #BC1D73;
}
</style>