Shades of Medium Violet Red #BC1788
Tints of Medium Violet Red #BC1788
RGB
CMYK
RGB Variations
Color information
#BC1788 (or 0xBC1788) is known color: Medium Violet Red. HEX triplet: BC, 17 and 88. RGB value is (188,23,136). Sum of RGB (Red+Green+Blue) = 188+23+136=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1788 is #43E877. Grayscale: #545454. Windows color (decimal): -4450424 or 8918972. OLE color: 8918972.
HSL color Cylindrical-coordinate representation of color #BC1788: hue angle of 318.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1788 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 136 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.26 |
| HSL | 318.91º | 0.78% | 0.41% | - |
| HSV(B) | 318.91º | 0.88% | 0.74% | - |
| XYZ | 25.49 | 13.08 | 24.47 | - |
| YUV | 85.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 136 | 0 | 0.88 | 0.28 | 0.26 | 318.91 | 0.78 | 0.41 |
| Hex | BC | 17 | 88 | 0 | 58 | 1C | 1A | 13F | 4E | 29 |
| Octal | 274 | 27 | 210 | 0 | 130 | 34 | 32 | 477 | 116 | 51 |
| Binary | 10111100 | 10111 | 10001000 | 0 | 1011000 | 11100 | 11010 | 100111111 | 1001110 | 101001 |
Color Harmonies of #BC1788
Complementary color
Monochromatic Colors of #BC1788
Black with #BC1788
Text Example
Text Example
White with #BC1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1788; }
p { color: rgb(188,23,136); }
H1.HeaderClassName
{
color: #BC1788;
}
.AnyTagClassName
{
color: #BC1788;
}
</style>
background-color css
<style>
a { background-color: #BC1788; }
a { background-color: rgb(188,23,136); }
div.DivClassName
{
background-color: #BC1788;
}
.BgClassName
{
background-color: #BC1788;
}
</style>
border-color css
<style>
span { border-color: #BC1788; }
span { border-color: rgb(188,23,136); }
td.TdClassName
{
border-color: #BC1788;
}
.TagClassName
{
border-color: #BC1788;
}
</style>