Shades of Medium Violet Red #BC0593
Tints of Medium Violet Red #BC0593
RGB
CMYK
RGB Variations
Color information
#BC0593 (or 0xBC0593) is known color: Medium Violet Red. HEX triplet: BC, 05 and 93. RGB value is (188,5,147). Sum of RGB (Red+Green+Blue) = 188+5+147=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0593 is #43FA6C. Grayscale: #4B4B4B. Windows color (decimal): -4455021 or 9635260. OLE color: 9635260.
HSL color Cylindrical-coordinate representation of color #BC0593: hue angle of 313.44º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0593 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 147 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.26 |
| HSL | 313.44º | 0.95% | 0.38% | - |
| HSV(B) | 313.44º | 0.97% | 0.74% | - |
| XYZ | 26.06 | 12.91 | 28.72 | - |
| YUV | 75.91 | 168.13 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 147 | 0 | 0.97 | 0.22 | 0.26 | 313.44 | 0.95 | 0.38 |
| Hex | BC | 5 | 93 | 0 | 61 | 16 | 1A | 139 | 5F | 26 |
| Octal | 274 | 5 | 223 | 0 | 141 | 26 | 32 | 471 | 137 | 46 |
| Binary | 10111100 | 101 | 10010011 | 0 | 1100001 | 10110 | 11010 | 100111001 | 1011111 | 100110 |
Color Harmonies of #BC0593
Complementary color
Monochromatic Colors of #BC0593
Black with #BC0593
Text Example
Text Example
White with #BC0593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0593; }
p { color: rgb(188,5,147); }
H1.HeaderClassName
{
color: #BC0593;
}
.AnyTagClassName
{
color: #BC0593;
}
</style>
background-color css
<style>
a { background-color: #BC0593; }
a { background-color: rgb(188,5,147); }
div.DivClassName
{
background-color: #BC0593;
}
.BgClassName
{
background-color: #BC0593;
}
</style>
border-color css
<style>
span { border-color: #BC0593; }
span { border-color: rgb(188,5,147); }
td.TdClassName
{
border-color: #BC0593;
}
.TagClassName
{
border-color: #BC0593;
}
</style>