Shades of Medium Red Violet #BC289A
Tints of Medium Red Violet #BC289A
RGB
CMYK
RGB Variations
Color information
#BC289A (or 0xBC289A) is known color: Medium Red Violet. HEX triplet: BC, 28 and 9A. RGB value is (188,40,154). Sum of RGB (Red+Green+Blue) = 188+40+154=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC289A is #43D765. Grayscale: #606060. Windows color (decimal): -4446054 or 10102972. OLE color: 10102972.
HSL color Cylindrical-coordinate representation of color #BC289A: hue angle of 313.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC289A is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 154 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.26 |
| HSL | 313.78º | 0.65% | 0.45% | - |
| HSV(B) | 313.78º | 0.79% | 0.74% | - |
| XYZ | 27.33 | 14.54 | 31.94 | - |
| YUV | 97.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 154 | 0 | 0.79 | 0.18 | 0.26 | 313.78 | 0.65 | 0.45 |
| Hex | BC | 28 | 9A | 0 | 4F | 12 | 1A | 13A | 41 | 2D |
| Octal | 274 | 50 | 232 | 0 | 117 | 22 | 32 | 472 | 101 | 55 |
| Binary | 10111100 | 101000 | 10011010 | 0 | 1001111 | 10010 | 11010 | 100111010 | 1000001 | 101101 |
Color Harmonies of #BC289A
Complementary color
Monochromatic Colors of #BC289A
Black with #BC289A
Text Example
Text Example
White with #BC289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC289A; }
p { color: rgb(188,40,154); }
H1.HeaderClassName
{
color: #BC289A;
}
.AnyTagClassName
{
color: #BC289A;
}
</style>
background-color css
<style>
a { background-color: #BC289A; }
a { background-color: rgb(188,40,154); }
div.DivClassName
{
background-color: #BC289A;
}
.BgClassName
{
background-color: #BC289A;
}
</style>
border-color css
<style>
span { border-color: #BC289A; }
span { border-color: rgb(188,40,154); }
td.TdClassName
{
border-color: #BC289A;
}
.TagClassName
{
border-color: #BC289A;
}
</style>