Shades of Medium Red Violet #BC2689
Tints of Medium Red Violet #BC2689
RGB
CMYK
RGB Variations
Color information
#BC2689 (or 0xBC2689) is known color: Medium Red Violet. HEX triplet: BC, 26 and 89. RGB value is (188,38,137). Sum of RGB (Red+Green+Blue) = 188+38+137=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2689 is #43D976. Grayscale: #5D5D5D. Windows color (decimal): -4446583 or 8988348. OLE color: 8988348.
HSL color Cylindrical-coordinate representation of color #BC2689: hue angle of 320.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2689 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 137 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.26 |
| HSL | 320.4º | 0.66% | 0.44% | - |
| HSV(B) | 320.4º | 0.8% | 0.74% | - |
| XYZ | 25.95 | 13.88 | 24.98 | - |
| YUV | 94.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 137 | 0 | 0.80 | 0.27 | 0.26 | 320.4 | 0.66 | 0.44 |
| Hex | BC | 26 | 89 | 0 | 50 | 1B | 1A | 140 | 42 | 2C |
| Octal | 274 | 46 | 211 | 0 | 120 | 33 | 32 | 500 | 102 | 54 |
| Binary | 10111100 | 100110 | 10001001 | 0 | 1010000 | 11011 | 11010 | 101000000 | 1000010 | 101100 |
Color Harmonies of #BC2689
Complementary color
Monochromatic Colors of #BC2689
Black with #BC2689
Text Example
Text Example
White with #BC2689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2689; }
p { color: rgb(188,38,137); }
H1.HeaderClassName
{
color: #BC2689;
}
.AnyTagClassName
{
color: #BC2689;
}
</style>
background-color css
<style>
a { background-color: #BC2689; }
a { background-color: rgb(188,38,137); }
div.DivClassName
{
background-color: #BC2689;
}
.BgClassName
{
background-color: #BC2689;
}
</style>
border-color css
<style>
span { border-color: #BC2689; }
span { border-color: rgb(188,38,137); }
td.TdClassName
{
border-color: #BC2689;
}
.TagClassName
{
border-color: #BC2689;
}
</style>