Shades of Medium Red Violet #BC3294
Tints of Medium Red Violet #BC3294
RGB
CMYK
RGB Variations
Color information
#BC3294 (or 0xBC3294) is known color: Medium Red Violet. HEX triplet: BC, 32 and 94. RGB value is (188,50,148). Sum of RGB (Red+Green+Blue) = 188+50+148=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3294 is #43CD6B. Grayscale: #666666. Windows color (decimal): -4443500 or 9712316. OLE color: 9712316.
HSL color Cylindrical-coordinate representation of color #BC3294: hue angle of 317.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3294 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 148 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.26 |
| HSL | 317.39º | 0.58% | 0.47% | - |
| HSV(B) | 317.39º | 0.73% | 0.74% | - |
| XYZ | 27.22 | 15.11 | 29.5 | - |
| YUV | 102.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 148 | 0 | 0.73 | 0.21 | 0.26 | 317.39 | 0.58 | 0.47 |
| Hex | BC | 32 | 94 | 0 | 49 | 15 | 1A | 13D | 3A | 2F |
| Octal | 274 | 62 | 224 | 0 | 111 | 25 | 32 | 475 | 72 | 57 |
| Binary | 10111100 | 110010 | 10010100 | 0 | 1001001 | 10101 | 11010 | 100111101 | 111010 | 101111 |
Color Harmonies of #BC3294
Complementary color
Monochromatic Colors of #BC3294
Black with #BC3294
Text Example
Text Example
White with #BC3294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3294; }
p { color: rgb(188,50,148); }
H1.HeaderClassName
{
color: #BC3294;
}
.AnyTagClassName
{
color: #BC3294;
}
</style>
background-color css
<style>
a { background-color: #BC3294; }
a { background-color: rgb(188,50,148); }
div.DivClassName
{
background-color: #BC3294;
}
.BgClassName
{
background-color: #BC3294;
}
</style>
border-color css
<style>
span { border-color: #BC3294; }
span { border-color: rgb(188,50,148); }
td.TdClassName
{
border-color: #BC3294;
}
.TagClassName
{
border-color: #BC3294;
}
</style>