Shades of Medium Violet Red #BC1D88
Tints of Medium Violet Red #BC1D88
RGB
CMYK
RGB Variations
Color information
#BC1D88 (or 0xBC1D88) is known color: Medium Violet Red. HEX triplet: BC, 1D and 88. RGB value is (188,29,136). Sum of RGB (Red+Green+Blue) = 188+29+136=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1D88 is #43E277. Grayscale: #585858. Windows color (decimal): -4448888 or 8920508. OLE color: 8920508.
HSL color Cylindrical-coordinate representation of color #BC1D88: hue angle of 319.62º 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 #BC1D88 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 136 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.26 |
| HSL | 319.62º | 0.73% | 0.43% | - |
| HSV(B) | 319.62º | 0.85% | 0.74% | - |
| XYZ | 25.62 | 13.35 | 24.52 | - |
| YUV | 88.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 136 | 0 | 0.85 | 0.28 | 0.26 | 319.62 | 0.73 | 0.43 |
| Hex | BC | 1D | 88 | 0 | 55 | 1C | 1A | 140 | 49 | 2B |
| Octal | 274 | 35 | 210 | 0 | 125 | 34 | 32 | 500 | 111 | 53 |
| Binary | 10111100 | 11101 | 10001000 | 0 | 1010101 | 11100 | 11010 | 101000000 | 1001001 | 101011 |
Color Harmonies of #BC1D88
Complementary color
Monochromatic Colors of #BC1D88
Black with #BC1D88
Text Example
Text Example
White with #BC1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D88; }
p { color: rgb(188,29,136); }
H1.HeaderClassName
{
color: #BC1D88;
}
.AnyTagClassName
{
color: #BC1D88;
}
</style>
background-color css
<style>
a { background-color: #BC1D88; }
a { background-color: rgb(188,29,136); }
div.DivClassName
{
background-color: #BC1D88;
}
.BgClassName
{
background-color: #BC1D88;
}
</style>
border-color css
<style>
span { border-color: #BC1D88; }
span { border-color: rgb(188,29,136); }
td.TdClassName
{
border-color: #BC1D88;
}
.TagClassName
{
border-color: #BC1D88;
}
</style>