Shades of Medium Red Violet #BC3189
Tints of Medium Red Violet #BC3189
RGB
CMYK
RGB Variations
Color information
#BC3189 (or 0xBC3189) is known color: Medium Red Violet. HEX triplet: BC, 31 and 89. RGB value is (188,49,137). Sum of RGB (Red+Green+Blue) = 188+49+137=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3189 is #43CE76. Grayscale: #646464. Windows color (decimal): -4443767 or 8991164. OLE color: 8991164.
HSL color Cylindrical-coordinate representation of color #BC3189: hue angle of 322.01º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3189 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 137 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.26 |
| HSL | 322.01º | 0.59% | 0.46% | - |
| HSV(B) | 322.01º | 0.74% | 0.74% | - |
| XYZ | 26.35 | 14.69 | 25.11 | - |
| YUV | 100.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 137 | 0 | 0.74 | 0.27 | 0.26 | 322.01 | 0.59 | 0.46 |
| Hex | BC | 31 | 89 | 0 | 4A | 1B | 1A | 142 | 3B | 2E |
| Octal | 274 | 61 | 211 | 0 | 112 | 33 | 32 | 502 | 73 | 56 |
| Binary | 10111100 | 110001 | 10001001 | 0 | 1001010 | 11011 | 11010 | 101000010 | 111011 | 101110 |
Color Harmonies of #BC3189
Complementary color
Monochromatic Colors of #BC3189
Black with #BC3189
Text Example
Text Example
White with #BC3189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3189; }
p { color: rgb(188,49,137); }
H1.HeaderClassName
{
color: #BC3189;
}
.AnyTagClassName
{
color: #BC3189;
}
</style>
background-color css
<style>
a { background-color: #BC3189; }
a { background-color: rgb(188,49,137); }
div.DivClassName
{
background-color: #BC3189;
}
.BgClassName
{
background-color: #BC3189;
}
</style>
border-color css
<style>
span { border-color: #BC3189; }
span { border-color: rgb(188,49,137); }
td.TdClassName
{
border-color: #BC3189;
}
.TagClassName
{
border-color: #BC3189;
}
</style>