Shades of Medium Violet Red #BC0D75
Tints of Medium Violet Red #BC0D75
RGB
CMYK
RGB Variations
Color information
#BC0D75 (or 0xBC0D75) is known color: Medium Violet Red. HEX triplet: BC, 0D and 75. RGB value is (188,13,117). Sum of RGB (Red+Green+Blue) = 188+13+117=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0D75 is #43F28A. Grayscale: #4C4C4C. Windows color (decimal): -4453003 or 7671228. OLE color: 7671228.
HSL color Cylindrical-coordinate representation of color #BC0D75: hue angle of 324.34º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D75 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 117 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.26 |
| HSL | 324.34º | 0.87% | 0.39% | - |
| HSV(B) | 324.34º | 0.93% | 0.74% | - |
| XYZ | 24.09 | 12.26 | 17.93 | - |
| YUV | 77.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 117 | 0 | 0.93 | 0.38 | 0.26 | 324.34 | 0.87 | 0.39 |
| Hex | BC | D | 75 | 0 | 5D | 26 | 1A | 144 | 57 | 27 |
| Octal | 274 | 15 | 165 | 0 | 135 | 46 | 32 | 504 | 127 | 47 |
| Binary | 10111100 | 1101 | 1110101 | 0 | 1011101 | 100110 | 11010 | 101000100 | 1010111 | 100111 |
Color Harmonies of #BC0D75
Complementary color
Monochromatic Colors of #BC0D75
Black with #BC0D75
Text Example
Text Example
White with #BC0D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0D75; }
p { color: rgb(188,13,117); }
H1.HeaderClassName
{
color: #BC0D75;
}
.AnyTagClassName
{
color: #BC0D75;
}
</style>
background-color css
<style>
a { background-color: #BC0D75; }
a { background-color: rgb(188,13,117); }
div.DivClassName
{
background-color: #BC0D75;
}
.BgClassName
{
background-color: #BC0D75;
}
</style>
border-color css
<style>
span { border-color: #BC0D75; }
span { border-color: rgb(188,13,117); }
td.TdClassName
{
border-color: #BC0D75;
}
.TagClassName
{
border-color: #BC0D75;
}
</style>