Shades of Medium Violet Red #BC1998
Tints of Medium Violet Red #BC1998
RGB
CMYK
RGB Variations
Color information
#BC1998 (or 0xBC1998) is known color: Medium Violet Red. HEX triplet: BC, 19 and 98. RGB value is (188,25,152). Sum of RGB (Red+Green+Blue) = 188+25+152=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1998 is #43E667. Grayscale: #575757. Windows color (decimal): -4449896 or 9968060. OLE color: 9968060.
HSL color Cylindrical-coordinate representation of color #BC1998: hue angle of 313.25º 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 #BC1998 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 152 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.26 |
| HSL | 313.25º | 0.77% | 0.42% | - |
| HSV(B) | 313.25º | 0.87% | 0.74% | - |
| XYZ | 26.75 | 13.65 | 30.93 | - |
| YUV | 88.22 | 164 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 152 | 0 | 0.87 | 0.19 | 0.26 | 313.25 | 0.77 | 0.42 |
| Hex | BC | 19 | 98 | 0 | 57 | 13 | 1A | 139 | 4D | 2A |
| Octal | 274 | 31 | 230 | 0 | 127 | 23 | 32 | 471 | 115 | 52 |
| Binary | 10111100 | 11001 | 10011000 | 0 | 1010111 | 10011 | 11010 | 100111001 | 1001101 | 101010 |
Color Harmonies of #BC1998
Complementary color
Monochromatic Colors of #BC1998
Black with #BC1998
Text Example
Text Example
White with #BC1998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1998; }
p { color: rgb(188,25,152); }
H1.HeaderClassName
{
color: #BC1998;
}
.AnyTagClassName
{
color: #BC1998;
}
</style>
background-color css
<style>
a { background-color: #BC1998; }
a { background-color: rgb(188,25,152); }
div.DivClassName
{
background-color: #BC1998;
}
.BgClassName
{
background-color: #BC1998;
}
</style>
border-color css
<style>
span { border-color: #BC1998; }
span { border-color: rgb(188,25,152); }
td.TdClassName
{
border-color: #BC1998;
}
.TagClassName
{
border-color: #BC1998;
}
</style>