Shades of Medium Red Violet #BC3390
Tints of Medium Red Violet #BC3390
RGB
CMYK
RGB Variations
Color information
#BC3390 (or 0xBC3390) is known color: Medium Red Violet. HEX triplet: BC, 33 and 90. RGB value is (188,51,144). Sum of RGB (Red+Green+Blue) = 188+51+144=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3390 is #43CC6F. Grayscale: #666666. Windows color (decimal): -4443248 or 9450428. OLE color: 9450428.
HSL color Cylindrical-coordinate representation of color #BC3390: hue angle of 319.27º degrees, saturation: 0.57, 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 #BC3390 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 144 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.26 |
| HSL | 319.27º | 0.57% | 0.47% | - |
| HSV(B) | 319.27º | 0.73% | 0.74% | - |
| XYZ | 26.96 | 15.07 | 27.87 | - |
| YUV | 102.57 | 151.39 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 144 | 0 | 0.73 | 0.23 | 0.26 | 319.27 | 0.57 | 0.47 |
| Hex | BC | 33 | 90 | 0 | 49 | 17 | 1A | 13F | 39 | 2F |
| Octal | 274 | 63 | 220 | 0 | 111 | 27 | 32 | 477 | 71 | 57 |
| Binary | 10111100 | 110011 | 10010000 | 0 | 1001001 | 10111 | 11010 | 100111111 | 111001 | 101111 |
Color Harmonies of #BC3390
Complementary color
Monochromatic Colors of #BC3390
Black with #BC3390
Text Example
Text Example
White with #BC3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3390; }
p { color: rgb(188,51,144); }
H1.HeaderClassName
{
color: #BC3390;
}
.AnyTagClassName
{
color: #BC3390;
}
</style>
background-color css
<style>
a { background-color: #BC3390; }
a { background-color: rgb(188,51,144); }
div.DivClassName
{
background-color: #BC3390;
}
.BgClassName
{
background-color: #BC3390;
}
</style>
border-color css
<style>
span { border-color: #BC3390; }
span { border-color: rgb(188,51,144); }
td.TdClassName
{
border-color: #BC3390;
}
.TagClassName
{
border-color: #BC3390;
}
</style>