Shades of Medium Violet Red #BC198F
Tints of Medium Violet Red #BC198F
RGB
CMYK
RGB Variations
Color information
#BC198F (or 0xBC198F) is known color: Medium Violet Red. HEX triplet: BC, 19 and 8F. RGB value is (188,25,143). Sum of RGB (Red+Green+Blue) = 188+25+143=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC198F is #43E670. Grayscale: #565656. Windows color (decimal): -4449905 or 9378236. OLE color: 9378236.
HSL color Cylindrical-coordinate representation of color #BC198F: hue angle of 316.56º 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 #BC198F is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 143 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.26 |
| HSL | 316.56º | 0.77% | 0.42% | - |
| HSV(B) | 316.56º | 0.87% | 0.74% | - |
| XYZ | 26.04 | 13.37 | 27.19 | - |
| YUV | 87.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 143 | 0 | 0.87 | 0.24 | 0.26 | 316.56 | 0.77 | 0.42 |
| Hex | BC | 19 | 8F | 0 | 57 | 18 | 1A | 13D | 4D | 2A |
| Octal | 274 | 31 | 217 | 0 | 127 | 30 | 32 | 475 | 115 | 52 |
| Binary | 10111100 | 11001 | 10001111 | 0 | 1010111 | 11000 | 11010 | 100111101 | 1001101 | 101010 |
Color Harmonies of #BC198F
Complementary color
Monochromatic Colors of #BC198F
Black with #BC198F
Text Example
Text Example
White with #BC198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC198F; }
p { color: rgb(188,25,143); }
H1.HeaderClassName
{
color: #BC198F;
}
.AnyTagClassName
{
color: #BC198F;
}
</style>
background-color css
<style>
a { background-color: #BC198F; }
a { background-color: rgb(188,25,143); }
div.DivClassName
{
background-color: #BC198F;
}
.BgClassName
{
background-color: #BC198F;
}
</style>
border-color css
<style>
span { border-color: #BC198F; }
span { border-color: rgb(188,25,143); }
td.TdClassName
{
border-color: #BC198F;
}
.TagClassName
{
border-color: #BC198F;
}
</style>