Shades of Medium Violet Red #BC1598
Tints of Medium Violet Red #BC1598
RGB
CMYK
RGB Variations
Color information
#BC1598 (or 0xBC1598) is known color: Medium Violet Red. HEX triplet: BC, 15 and 98. RGB value is (188,21,152). Sum of RGB (Red+Green+Blue) = 188+21+152=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1598 is #43EA67. Grayscale: #555555. Windows color (decimal): -4450920 or 9967036. OLE color: 9967036.
HSL color Cylindrical-coordinate representation of color #BC1598: hue angle of 312.93º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1598 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 152 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.26 |
| HSL | 312.93º | 0.8% | 0.41% | - |
| HSV(B) | 312.93º | 0.89% | 0.74% | - |
| XYZ | 26.67 | 13.49 | 30.9 | - |
| YUV | 85.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 152 | 0 | 0.89 | 0.19 | 0.26 | 312.93 | 0.8 | 0.41 |
| Hex | BC | 15 | 98 | 0 | 59 | 13 | 1A | 139 | 50 | 29 |
| Octal | 274 | 25 | 230 | 0 | 131 | 23 | 32 | 471 | 120 | 51 |
| Binary | 10111100 | 10101 | 10011000 | 0 | 1011001 | 10011 | 11010 | 100111001 | 1010000 | 101001 |
Color Harmonies of #BC1598
Complementary color
Monochromatic Colors of #BC1598
Black with #BC1598
Text Example
Text Example
White with #BC1598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1598; }
p { color: rgb(188,21,152); }
H1.HeaderClassName
{
color: #BC1598;
}
.AnyTagClassName
{
color: #BC1598;
}
</style>
background-color css
<style>
a { background-color: #BC1598; }
a { background-color: rgb(188,21,152); }
div.DivClassName
{
background-color: #BC1598;
}
.BgClassName
{
background-color: #BC1598;
}
</style>
border-color css
<style>
span { border-color: #BC1598; }
span { border-color: rgb(188,21,152); }
td.TdClassName
{
border-color: #BC1598;
}
.TagClassName
{
border-color: #BC1598;
}
</style>