Shades of Medium Red Violet #BC3490
Tints of Medium Red Violet #BC3490
RGB
CMYK
RGB Variations
Color information
#BC3490 (or 0xBC3490) is known color: Medium Red Violet. HEX triplet: BC, 34 and 90. RGB value is (188,52,144). Sum of RGB (Red+Green+Blue) = 188+52+144=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3490 is #43CB6F. Grayscale: #666666. Windows color (decimal): -4442992 or 9450684. OLE color: 9450684.
HSL color Cylindrical-coordinate representation of color #BC3490: hue angle of 319.41º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3490 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 144 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.26 |
| HSL | 319.41º | 0.57% | 0.47% | - |
| HSV(B) | 319.41º | 0.72% | 0.74% | - |
| XYZ | 27 | 15.16 | 27.89 | - |
| YUV | 103.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 144 | 0 | 0.72 | 0.23 | 0.26 | 319.41 | 0.57 | 0.47 |
| Hex | BC | 34 | 90 | 0 | 48 | 17 | 1A | 13F | 39 | 2F |
| Octal | 274 | 64 | 220 | 0 | 110 | 27 | 32 | 477 | 71 | 57 |
| Binary | 10111100 | 110100 | 10010000 | 0 | 1001000 | 10111 | 11010 | 100111111 | 111001 | 101111 |
Color Harmonies of #BC3490
Complementary color
Monochromatic Colors of #BC3490
Black with #BC3490
Text Example
Text Example
White with #BC3490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3490; }
p { color: rgb(188,52,144); }
H1.HeaderClassName
{
color: #BC3490;
}
.AnyTagClassName
{
color: #BC3490;
}
</style>
background-color css
<style>
a { background-color: #BC3490; }
a { background-color: rgb(188,52,144); }
div.DivClassName
{
background-color: #BC3490;
}
.BgClassName
{
background-color: #BC3490;
}
</style>
border-color css
<style>
span { border-color: #BC3490; }
span { border-color: rgb(188,52,144); }
td.TdClassName
{
border-color: #BC3490;
}
.TagClassName
{
border-color: #BC3490;
}
</style>