Shades of Medium Violet Red #BC1098
Tints of Medium Violet Red #BC1098
RGB
CMYK
RGB Variations
Color information
#BC1098 (or 0xBC1098) is known color: Medium Violet Red. HEX triplet: BC, 10 and 98. RGB value is (188,16,152). Sum of RGB (Red+Green+Blue) = 188+16+152=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1098 is #43EF67. Grayscale: #525252. Windows color (decimal): -4452200 or 9965756. OLE color: 9965756.
HSL color Cylindrical-coordinate representation of color #BC1098: hue angle of 312.56º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1098 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 152 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.26 |
| HSL | 312.56º | 0.84% | 0.4% | - |
| HSV(B) | 312.56º | 0.91% | 0.74% | - |
| XYZ | 26.59 | 13.33 | 30.88 | - |
| YUV | 82.93 | 166.98 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 152 | 0 | 0.91 | 0.19 | 0.26 | 312.56 | 0.84 | 0.4 |
| Hex | BC | 10 | 98 | 0 | 5B | 13 | 1A | 139 | 54 | 28 |
| Octal | 274 | 20 | 230 | 0 | 133 | 23 | 32 | 471 | 124 | 50 |
| Binary | 10111100 | 10000 | 10011000 | 0 | 1011011 | 10011 | 11010 | 100111001 | 1010100 | 101000 |
Color Harmonies of #BC1098
Complementary color
Monochromatic Colors of #BC1098
Black with #BC1098
Text Example
Text Example
White with #BC1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1098; }
p { color: rgb(188,16,152); }
H1.HeaderClassName
{
color: #BC1098;
}
.AnyTagClassName
{
color: #BC1098;
}
</style>
background-color css
<style>
a { background-color: #BC1098; }
a { background-color: rgb(188,16,152); }
div.DivClassName
{
background-color: #BC1098;
}
.BgClassName
{
background-color: #BC1098;
}
</style>
border-color css
<style>
span { border-color: #BC1098; }
span { border-color: rgb(188,16,152); }
td.TdClassName
{
border-color: #BC1098;
}
.TagClassName
{
border-color: #BC1098;
}
</style>