Shades of Medium Violet Red #BC0490
Tints of Medium Violet Red #BC0490
RGB
CMYK
RGB Variations
Color information
#BC0490 (or 0xBC0490) is known color: Medium Violet Red. HEX triplet: BC, 04 and 90. RGB value is (188,4,144). Sum of RGB (Red+Green+Blue) = 188+4+144=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0490 is #43FB6F. Grayscale: #4A4A4A. Windows color (decimal): -4455280 or 9438396. OLE color: 9438396.
HSL color Cylindrical-coordinate representation of color #BC0490: hue angle of 314.35º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0490 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 144 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.26 |
| HSL | 314.35º | 0.96% | 0.38% | - |
| HSV(B) | 314.35º | 0.98% | 0.74% | - |
| XYZ | 25.82 | 12.79 | 27.49 | - |
| YUV | 74.98 | 166.96 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 144 | 0 | 0.98 | 0.23 | 0.26 | 314.35 | 0.96 | 0.38 |
| Hex | BC | 4 | 90 | 0 | 62 | 17 | 1A | 13A | 60 | 26 |
| Octal | 274 | 4 | 220 | 0 | 142 | 27 | 32 | 472 | 140 | 46 |
| Binary | 10111100 | 100 | 10010000 | 0 | 1100010 | 10111 | 11010 | 100111010 | 1100000 | 100110 |
Color Harmonies of #BC0490
Complementary color
Monochromatic Colors of #BC0490
Black with #BC0490
Text Example
Text Example
White with #BC0490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0490; }
p { color: rgb(188,4,144); }
H1.HeaderClassName
{
color: #BC0490;
}
.AnyTagClassName
{
color: #BC0490;
}
</style>
background-color css
<style>
a { background-color: #BC0490; }
a { background-color: rgb(188,4,144); }
div.DivClassName
{
background-color: #BC0490;
}
.BgClassName
{
background-color: #BC0490;
}
</style>
border-color css
<style>
span { border-color: #BC0490; }
span { border-color: rgb(188,4,144); }
td.TdClassName
{
border-color: #BC0490;
}
.TagClassName
{
border-color: #BC0490;
}
</style>