Shades of Medium Red Violet #BC3290
Tints of Medium Red Violet #BC3290
RGB
CMYK
RGB Variations
Color information
#BC3290 (or 0xBC3290) is known color: Medium Red Violet. HEX triplet: BC, 32 and 90. RGB value is (188,50,144). Sum of RGB (Red+Green+Blue) = 188+50+144=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3290 is #43CD6F. Grayscale: #656565. Windows color (decimal): -4443504 or 9450172. OLE color: 9450172.
HSL color Cylindrical-coordinate representation of color #BC3290: hue angle of 319.13º 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 #BC3290 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 144 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.26 |
| HSL | 319.13º | 0.58% | 0.47% | - |
| HSV(B) | 319.13º | 0.73% | 0.74% | - |
| XYZ | 26.91 | 14.99 | 27.86 | - |
| YUV | 101.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 144 | 0 | 0.73 | 0.23 | 0.26 | 319.13 | 0.58 | 0.47 |
| Hex | BC | 32 | 90 | 0 | 49 | 17 | 1A | 13F | 3A | 2F |
| Octal | 274 | 62 | 220 | 0 | 111 | 27 | 32 | 477 | 72 | 57 |
| Binary | 10111100 | 110010 | 10010000 | 0 | 1001001 | 10111 | 11010 | 100111111 | 111010 | 101111 |
Color Harmonies of #BC3290
Complementary color
Monochromatic Colors of #BC3290
Black with #BC3290
Text Example
Text Example
White with #BC3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3290; }
p { color: rgb(188,50,144); }
H1.HeaderClassName
{
color: #BC3290;
}
.AnyTagClassName
{
color: #BC3290;
}
</style>
background-color css
<style>
a { background-color: #BC3290; }
a { background-color: rgb(188,50,144); }
div.DivClassName
{
background-color: #BC3290;
}
.BgClassName
{
background-color: #BC3290;
}
</style>
border-color css
<style>
span { border-color: #BC3290; }
span { border-color: rgb(188,50,144); }
td.TdClassName
{
border-color: #BC3290;
}
.TagClassName
{
border-color: #BC3290;
}
</style>