Shades of Medium Red Violet #BC2B9E
Tints of Medium Red Violet #BC2B9E
RGB
CMYK
RGB Variations
Color information
#BC2B9E (or 0xBC2B9E) is known color: Medium Red Violet. HEX triplet: BC, 2B and 9E. RGB value is (188,43,158). Sum of RGB (Red+Green+Blue) = 188+43+158=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2B9E is #43D461. Grayscale: #636363. Windows color (decimal): -4445282 or 10365884. OLE color: 10365884.
HSL color Cylindrical-coordinate representation of color #BC2B9E: hue angle of 312.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2B9E is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 158 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.26 |
| HSL | 312.41º | 0.63% | 0.45% | - |
| HSV(B) | 312.41º | 0.77% | 0.74% | - |
| XYZ | 27.77 | 14.89 | 33.76 | - |
| YUV | 99.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 158 | 0 | 0.77 | 0.16 | 0.26 | 312.41 | 0.63 | 0.45 |
| Hex | BC | 2B | 9E | 0 | 4D | 10 | 1A | 138 | 3F | 2D |
| Octal | 274 | 53 | 236 | 0 | 115 | 20 | 32 | 470 | 77 | 55 |
| Binary | 10111100 | 101011 | 10011110 | 0 | 1001101 | 10000 | 11010 | 100111000 | 111111 | 101101 |
Color Harmonies of #BC2B9E
Complementary color
Monochromatic Colors of #BC2B9E
Black with #BC2B9E
Text Example
Text Example
White with #BC2B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B9E; }
p { color: rgb(188,43,158); }
H1.HeaderClassName
{
color: #BC2B9E;
}
.AnyTagClassName
{
color: #BC2B9E;
}
</style>
background-color css
<style>
a { background-color: #BC2B9E; }
a { background-color: rgb(188,43,158); }
div.DivClassName
{
background-color: #BC2B9E;
}
.BgClassName
{
background-color: #BC2B9E;
}
</style>
border-color css
<style>
span { border-color: #BC2B9E; }
span { border-color: rgb(188,43,158); }
td.TdClassName
{
border-color: #BC2B9E;
}
.TagClassName
{
border-color: #BC2B9E;
}
</style>