Shades of Medium Violet Red #BC1798
Tints of Medium Violet Red #BC1798
RGB
CMYK
RGB Variations
Color information
#BC1798 (or 0xBC1798) is known color: Medium Violet Red. HEX triplet: BC, 17 and 98. RGB value is (188,23,152). Sum of RGB (Red+Green+Blue) = 188+23+152=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1798 is #43E867. Grayscale: #565656. Windows color (decimal): -4450408 or 9967548. OLE color: 9967548.
HSL color Cylindrical-coordinate representation of color #BC1798: hue angle of 313.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1798 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 152 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.26 |
| HSL | 313.09º | 0.78% | 0.41% | - |
| HSV(B) | 313.09º | 0.88% | 0.74% | - |
| XYZ | 26.71 | 13.57 | 30.92 | - |
| YUV | 87.04 | 164.66 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 152 | 0 | 0.88 | 0.19 | 0.26 | 313.09 | 0.78 | 0.41 |
| Hex | BC | 17 | 98 | 0 | 58 | 13 | 1A | 139 | 4E | 29 |
| Octal | 274 | 27 | 230 | 0 | 130 | 23 | 32 | 471 | 116 | 51 |
| Binary | 10111100 | 10111 | 10011000 | 0 | 1011000 | 10011 | 11010 | 100111001 | 1001110 | 101001 |
Color Harmonies of #BC1798
Complementary color
Monochromatic Colors of #BC1798
Black with #BC1798
Text Example
Text Example
White with #BC1798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1798; }
p { color: rgb(188,23,152); }
H1.HeaderClassName
{
color: #BC1798;
}
.AnyTagClassName
{
color: #BC1798;
}
</style>
background-color css
<style>
a { background-color: #BC1798; }
a { background-color: rgb(188,23,152); }
div.DivClassName
{
background-color: #BC1798;
}
.BgClassName
{
background-color: #BC1798;
}
</style>
border-color css
<style>
span { border-color: #BC1798; }
span { border-color: rgb(188,23,152); }
td.TdClassName
{
border-color: #BC1798;
}
.TagClassName
{
border-color: #BC1798;
}
</style>