Shades of Medium Red Violet #BC2389
Tints of Medium Red Violet #BC2389
RGB
CMYK
RGB Variations
Color information
#BC2389 (or 0xBC2389) is known color: Medium Red Violet. HEX triplet: BC, 23 and 89. RGB value is (188,35,137). Sum of RGB (Red+Green+Blue) = 188+35+137=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2389 is #43DC76. Grayscale: #5C5C5C. Windows color (decimal): -4447351 or 8987580. OLE color: 8987580.
HSL color Cylindrical-coordinate representation of color #BC2389: hue angle of 320º 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 #BC2389 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 137 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.26 |
| HSL | 320º | 0.69% | 0.44% | - |
| HSV(B) | 320º | 0.81% | 0.74% | - |
| XYZ | 25.86 | 13.7 | 24.95 | - |
| YUV | 92.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 137 | 0 | 0.81 | 0.27 | 0.26 | 320 | 0.69 | 0.44 |
| Hex | BC | 23 | 89 | 0 | 51 | 1B | 1A | 140 | 45 | 2C |
| Octal | 274 | 43 | 211 | 0 | 121 | 33 | 32 | 500 | 105 | 54 |
| Binary | 10111100 | 100011 | 10001001 | 0 | 1010001 | 11011 | 11010 | 101000000 | 1000101 | 101100 |
Color Harmonies of #BC2389
Complementary color
Monochromatic Colors of #BC2389
Black with #BC2389
Text Example
Text Example
White with #BC2389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2389; }
p { color: rgb(188,35,137); }
H1.HeaderClassName
{
color: #BC2389;
}
.AnyTagClassName
{
color: #BC2389;
}
</style>
background-color css
<style>
a { background-color: #BC2389; }
a { background-color: rgb(188,35,137); }
div.DivClassName
{
background-color: #BC2389;
}
.BgClassName
{
background-color: #BC2389;
}
</style>
border-color css
<style>
span { border-color: #BC2389; }
span { border-color: rgb(188,35,137); }
td.TdClassName
{
border-color: #BC2389;
}
.TagClassName
{
border-color: #BC2389;
}
</style>