Shades of Medium Red Violet #BC2390
Tints of Medium Red Violet #BC2390
RGB
CMYK
RGB Variations
Color information
#BC2390 (or 0xBC2390) is known color: Medium Red Violet. HEX triplet: BC, 23 and 90. RGB value is (188,35,144). Sum of RGB (Red+Green+Blue) = 188+35+144=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2390 is #43DC6F. Grayscale: #5C5C5C. Windows color (decimal): -4447344 or 9446332. OLE color: 9446332.
HSL color Cylindrical-coordinate representation of color #BC2390: hue angle of 317.25º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2390 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 144 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.26 |
| HSL | 317.25º | 0.69% | 0.44% | - |
| HSV(B) | 317.25º | 0.81% | 0.74% | - |
| XYZ | 26.37 | 13.91 | 27.68 | - |
| YUV | 93.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 144 | 0 | 0.81 | 0.23 | 0.26 | 317.25 | 0.69 | 0.44 |
| Hex | BC | 23 | 90 | 0 | 51 | 17 | 1A | 13D | 45 | 2C |
| Octal | 274 | 43 | 220 | 0 | 121 | 27 | 32 | 475 | 105 | 54 |
| Binary | 10111100 | 100011 | 10010000 | 0 | 1010001 | 10111 | 11010 | 100111101 | 1000101 | 101100 |
Color Harmonies of #BC2390
Complementary color
Monochromatic Colors of #BC2390
Black with #BC2390
Text Example
Text Example
White with #BC2390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2390; }
p { color: rgb(188,35,144); }
H1.HeaderClassName
{
color: #BC2390;
}
.AnyTagClassName
{
color: #BC2390;
}
</style>
background-color css
<style>
a { background-color: #BC2390; }
a { background-color: rgb(188,35,144); }
div.DivClassName
{
background-color: #BC2390;
}
.BgClassName
{
background-color: #BC2390;
}
</style>
border-color css
<style>
span { border-color: #BC2390; }
span { border-color: rgb(188,35,144); }
td.TdClassName
{
border-color: #BC2390;
}
.TagClassName
{
border-color: #BC2390;
}
</style>