Shades of Medium Violet Red #BC198D
Tints of Medium Violet Red #BC198D
RGB
CMYK
RGB Variations
Color information
#BC198D (or 0xBC198D) is known color: Medium Violet Red. HEX triplet: BC, 19 and 8D. RGB value is (188,25,141). Sum of RGB (Red+Green+Blue) = 188+25+141=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC198D is #43E672. Grayscale: #565656. Windows color (decimal): -4449907 or 9247164. OLE color: 9247164.
HSL color Cylindrical-coordinate representation of color #BC198D: hue angle of 317.3º 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 #BC198D is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 141 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.26 |
| HSL | 317.3º | 0.77% | 0.42% | - |
| HSV(B) | 317.3º | 0.87% | 0.74% | - |
| XYZ | 25.89 | 13.31 | 26.4 | - |
| YUV | 86.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 141 | 0 | 0.87 | 0.25 | 0.26 | 317.3 | 0.77 | 0.42 |
| Hex | BC | 19 | 8D | 0 | 57 | 19 | 1A | 13D | 4D | 2A |
| Octal | 274 | 31 | 215 | 0 | 127 | 31 | 32 | 475 | 115 | 52 |
| Binary | 10111100 | 11001 | 10001101 | 0 | 1010111 | 11001 | 11010 | 100111101 | 1001101 | 101010 |
Color Harmonies of #BC198D
Complementary color
Monochromatic Colors of #BC198D
Black with #BC198D
Text Example
Text Example
White with #BC198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC198D; }
p { color: rgb(188,25,141); }
H1.HeaderClassName
{
color: #BC198D;
}
.AnyTagClassName
{
color: #BC198D;
}
</style>
background-color css
<style>
a { background-color: #BC198D; }
a { background-color: rgb(188,25,141); }
div.DivClassName
{
background-color: #BC198D;
}
.BgClassName
{
background-color: #BC198D;
}
</style>
border-color css
<style>
span { border-color: #BC198D; }
span { border-color: rgb(188,25,141); }
td.TdClassName
{
border-color: #BC198D;
}
.TagClassName
{
border-color: #BC198D;
}
</style>