Shades of Medium Violet Red #BC1885
Tints of Medium Violet Red #BC1885
RGB
CMYK
RGB Variations
Color information
#BC1885 (or 0xBC1885) is known color: Medium Violet Red. HEX triplet: BC, 18 and 85. RGB value is (188,24,133). Sum of RGB (Red+Green+Blue) = 188+24+133=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1885 is #43E77A. Grayscale: #555555. Windows color (decimal): -4450171 or 8722620. OLE color: 8722620.
HSL color Cylindrical-coordinate representation of color #BC1885: hue angle of 320.12º 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 #BC1885 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 133 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.26 |
| HSL | 320.12º | 0.77% | 0.42% | - |
| HSV(B) | 320.12º | 0.87% | 0.74% | - |
| XYZ | 25.3 | 13.04 | 23.37 | - |
| YUV | 85.46 | 154.83 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 133 | 0 | 0.87 | 0.29 | 0.26 | 320.12 | 0.77 | 0.42 |
| Hex | BC | 18 | 85 | 0 | 57 | 1D | 1A | 140 | 4D | 2A |
| Octal | 274 | 30 | 205 | 0 | 127 | 35 | 32 | 500 | 115 | 52 |
| Binary | 10111100 | 11000 | 10000101 | 0 | 1010111 | 11101 | 11010 | 101000000 | 1001101 | 101010 |
Color Harmonies of #BC1885
Complementary color
Monochromatic Colors of #BC1885
Black with #BC1885
Text Example
Text Example
White with #BC1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1885; }
p { color: rgb(188,24,133); }
H1.HeaderClassName
{
color: #BC1885;
}
.AnyTagClassName
{
color: #BC1885;
}
</style>
background-color css
<style>
a { background-color: #BC1885; }
a { background-color: rgb(188,24,133); }
div.DivClassName
{
background-color: #BC1885;
}
.BgClassName
{
background-color: #BC1885;
}
</style>
border-color css
<style>
span { border-color: #BC1885; }
span { border-color: rgb(188,24,133); }
td.TdClassName
{
border-color: #BC1885;
}
.TagClassName
{
border-color: #BC1885;
}
</style>