Shades of Medium Violet Red #BC189F
Tints of Medium Violet Red #BC189F
RGB
CMYK
RGB Variations
Color information
#BC189F (or 0xBC189F) is known color: Medium Violet Red. HEX triplet: BC, 18 and 9F. RGB value is (188,24,159). Sum of RGB (Red+Green+Blue) = 188+24+159=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC189F is #43E760. Grayscale: #585858. Windows color (decimal): -4450145 or 10426556. OLE color: 10426556.
HSL color Cylindrical-coordinate representation of color #BC189F: hue angle of 310.61º 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 #BC189F is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 159 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.26 |
| HSL | 310.61º | 0.77% | 0.42% | - |
| HSV(B) | 310.61º | 0.87% | 0.74% | - |
| XYZ | 27.32 | 13.85 | 34.03 | - |
| YUV | 88.43 | 167.83 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 159 | 0 | 0.87 | 0.15 | 0.26 | 310.61 | 0.77 | 0.42 |
| Hex | BC | 18 | 9F | 0 | 57 | F | 1A | 137 | 4D | 2A |
| Octal | 274 | 30 | 237 | 0 | 127 | 17 | 32 | 467 | 115 | 52 |
| Binary | 10111100 | 11000 | 10011111 | 0 | 1010111 | 1111 | 11010 | 100110111 | 1001101 | 101010 |
Color Harmonies of #BC189F
Complementary color
Monochromatic Colors of #BC189F
Black with #BC189F
Text Example
Text Example
White with #BC189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC189F; }
p { color: rgb(188,24,159); }
H1.HeaderClassName
{
color: #BC189F;
}
.AnyTagClassName
{
color: #BC189F;
}
</style>
background-color css
<style>
a { background-color: #BC189F; }
a { background-color: rgb(188,24,159); }
div.DivClassName
{
background-color: #BC189F;
}
.BgClassName
{
background-color: #BC189F;
}
</style>
border-color css
<style>
span { border-color: #BC189F; }
span { border-color: rgb(188,24,159); }
td.TdClassName
{
border-color: #BC189F;
}
.TagClassName
{
border-color: #BC189F;
}
</style>