Shades of Medium Violet Red #BC0694
Tints of Medium Violet Red #BC0694
RGB
CMYK
RGB Variations
Color information
#BC0694 (or 0xBC0694) is known color: Medium Violet Red. HEX triplet: BC, 06 and 94. RGB value is (188,6,148). Sum of RGB (Red+Green+Blue) = 188+6+148=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0694 is #43F96B. Grayscale: #4C4C4C. Windows color (decimal): -4454764 or 9701052. OLE color: 9701052.
HSL color Cylindrical-coordinate representation of color #BC0694: hue angle of 313.19º degrees, saturation: 0.94, 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 #BC0694 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 148 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.26 |
| HSL | 313.19º | 0.94% | 0.38% | - |
| HSV(B) | 313.19º | 0.97% | 0.74% | - |
| XYZ | 26.15 | 12.96 | 29.14 | - |
| YUV | 76.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 148 | 0 | 0.97 | 0.21 | 0.26 | 313.19 | 0.94 | 0.38 |
| Hex | BC | 6 | 94 | 0 | 61 | 15 | 1A | 139 | 5E | 26 |
| Octal | 274 | 6 | 224 | 0 | 141 | 25 | 32 | 471 | 136 | 46 |
| Binary | 10111100 | 110 | 10010100 | 0 | 1100001 | 10101 | 11010 | 100111001 | 1011110 | 100110 |
Color Harmonies of #BC0694
Complementary color
Monochromatic Colors of #BC0694
Black with #BC0694
Text Example
Text Example
White with #BC0694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0694; }
p { color: rgb(188,6,148); }
H1.HeaderClassName
{
color: #BC0694;
}
.AnyTagClassName
{
color: #BC0694;
}
</style>
background-color css
<style>
a { background-color: #BC0694; }
a { background-color: rgb(188,6,148); }
div.DivClassName
{
background-color: #BC0694;
}
.BgClassName
{
background-color: #BC0694;
}
</style>
border-color css
<style>
span { border-color: #BC0694; }
span { border-color: rgb(188,6,148); }
td.TdClassName
{
border-color: #BC0694;
}
.TagClassName
{
border-color: #BC0694;
}
</style>