Shades of Medium Violet Red #BC1888
Tints of Medium Violet Red #BC1888
RGB
CMYK
RGB Variations
Color information
#BC1888 (or 0xBC1888) is known color: Medium Violet Red. HEX triplet: BC, 18 and 88. RGB value is (188,24,136). Sum of RGB (Red+Green+Blue) = 188+24+136=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1888 is #43E777. Grayscale: #555555. Windows color (decimal): -4450168 or 8919228. OLE color: 8919228.
HSL color Cylindrical-coordinate representation of color #BC1888: hue angle of 319.02º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1888 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 136 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.26 |
| HSL | 319.02º | 0.77% | 0.42% | - |
| HSV(B) | 319.02º | 0.87% | 0.74% | - |
| XYZ | 25.51 | 13.12 | 24.48 | - |
| YUV | 85.8 | 156.33 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 136 | 0 | 0.87 | 0.28 | 0.26 | 319.02 | 0.77 | 0.42 |
| Hex | BC | 18 | 88 | 0 | 57 | 1C | 1A | 13F | 4D | 2A |
| Octal | 274 | 30 | 210 | 0 | 127 | 34 | 32 | 477 | 115 | 52 |
| Binary | 10111100 | 11000 | 10001000 | 0 | 1010111 | 11100 | 11010 | 100111111 | 1001101 | 101010 |
Color Harmonies of #BC1888
Complementary color
Monochromatic Colors of #BC1888
Black with #BC1888
Text Example
Text Example
White with #BC1888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1888; }
p { color: rgb(188,24,136); }
H1.HeaderClassName
{
color: #BC1888;
}
.AnyTagClassName
{
color: #BC1888;
}
</style>
background-color css
<style>
a { background-color: #BC1888; }
a { background-color: rgb(188,24,136); }
div.DivClassName
{
background-color: #BC1888;
}
.BgClassName
{
background-color: #BC1888;
}
</style>
border-color css
<style>
span { border-color: #BC1888; }
span { border-color: rgb(188,24,136); }
td.TdClassName
{
border-color: #BC1888;
}
.TagClassName
{
border-color: #BC1888;
}
</style>