Shades of Medium Red Violet #BC3A90
Tints of Medium Red Violet #BC3A90
RGB
CMYK
RGB Variations
Color information
#BC3A90 (or 0xBC3A90) is known color: Medium Red Violet. HEX triplet: BC, 3A and 90. RGB value is (188,58,144). Sum of RGB (Red+Green+Blue) = 188+58+144=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3A90 is #43C56F. Grayscale: #6A6A6A. Windows color (decimal): -4441456 or 9452220. OLE color: 9452220.
HSL color Cylindrical-coordinate representation of color #BC3A90: hue angle of 320.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3A90 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 144 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.26 |
| HSL | 320.31º | 0.53% | 0.48% | - |
| HSV(B) | 320.31º | 0.69% | 0.74% | - |
| XYZ | 27.29 | 15.73 | 27.98 | - |
| YUV | 106.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 144 | 0 | 0.69 | 0.23 | 0.26 | 320.31 | 0.53 | 0.48 |
| Hex | BC | 3A | 90 | 0 | 45 | 17 | 1A | 140 | 35 | 30 |
| Octal | 274 | 72 | 220 | 0 | 105 | 27 | 32 | 500 | 65 | 60 |
| Binary | 10111100 | 111010 | 10010000 | 0 | 1000101 | 10111 | 11010 | 101000000 | 110101 | 110000 |
Color Harmonies of #BC3A90
Complementary color
Monochromatic Colors of #BC3A90
Black with #BC3A90
Text Example
Text Example
White with #BC3A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A90; }
p { color: rgb(188,58,144); }
H1.HeaderClassName
{
color: #BC3A90;
}
.AnyTagClassName
{
color: #BC3A90;
}
</style>
background-color css
<style>
a { background-color: #BC3A90; }
a { background-color: rgb(188,58,144); }
div.DivClassName
{
background-color: #BC3A90;
}
.BgClassName
{
background-color: #BC3A90;
}
</style>
border-color css
<style>
span { border-color: #BC3A90; }
span { border-color: rgb(188,58,144); }
td.TdClassName
{
border-color: #BC3A90;
}
.TagClassName
{
border-color: #BC3A90;
}
</style>