Shades of Medium Violet Red #BC0C90
Tints of Medium Violet Red #BC0C90
RGB
CMYK
RGB Variations
Color information
#BC0C90 (or 0xBC0C90) is known color: Medium Violet Red. HEX triplet: BC, 0C and 90. RGB value is (188,12,144). Sum of RGB (Red+Green+Blue) = 188+12+144=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0C90 is #43F36F. Grayscale: #4F4F4F. Windows color (decimal): -4453232 or 9440444. OLE color: 9440444.
HSL color Cylindrical-coordinate representation of color #BC0C90: hue angle of 315º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C90 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 144 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.26 |
| HSL | 315º | 0.88% | 0.39% | - |
| HSV(B) | 315º | 0.94% | 0.74% | - |
| XYZ | 25.9 | 12.97 | 27.52 | - |
| YUV | 79.67 | 164.31 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 144 | 0 | 0.94 | 0.23 | 0.26 | 315 | 0.88 | 0.39 |
| Hex | BC | C | 90 | 0 | 5E | 17 | 1A | 13B | 58 | 27 |
| Octal | 274 | 14 | 220 | 0 | 136 | 27 | 32 | 473 | 130 | 47 |
| Binary | 10111100 | 1100 | 10010000 | 0 | 1011110 | 10111 | 11010 | 100111011 | 1011000 | 100111 |
Color Harmonies of #BC0C90
Complementary color
Monochromatic Colors of #BC0C90
Black with #BC0C90
Text Example
Text Example
White with #BC0C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C90; }
p { color: rgb(188,12,144); }
H1.HeaderClassName
{
color: #BC0C90;
}
.AnyTagClassName
{
color: #BC0C90;
}
</style>
background-color css
<style>
a { background-color: #BC0C90; }
a { background-color: rgb(188,12,144); }
div.DivClassName
{
background-color: #BC0C90;
}
.BgClassName
{
background-color: #BC0C90;
}
</style>
border-color css
<style>
span { border-color: #BC0C90; }
span { border-color: rgb(188,12,144); }
td.TdClassName
{
border-color: #BC0C90;
}
.TagClassName
{
border-color: #BC0C90;
}
</style>