Shades of Medium Red Violet #BC2BA5
Tints of Medium Red Violet #BC2BA5
RGB
CMYK
RGB Variations
Color information
#BC2BA5 (or 0xBC2BA5) is known color: Medium Red Violet. HEX triplet: BC, 2B and A5. RGB value is (188,43,165). Sum of RGB (Red+Green+Blue) = 188+43+165=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2BA5 is #43D45A. Grayscale: #636363. Windows color (decimal): -4445275 or 10824636. OLE color: 10824636.
HSL color Cylindrical-coordinate representation of color #BC2BA5: hue angle of 309.52º 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 #BC2BA5 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 165 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.26 |
| HSL | 309.52º | 0.63% | 0.45% | - |
| HSV(B) | 309.52º | 0.77% | 0.74% | - |
| XYZ | 28.39 | 15.14 | 37.02 | - |
| YUV | 100.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 165 | 0 | 0.77 | 0.12 | 0.26 | 309.52 | 0.63 | 0.45 |
| Hex | BC | 2B | A5 | 0 | 4D | C | 1A | 136 | 3F | 2D |
| Octal | 274 | 53 | 245 | 0 | 115 | 14 | 32 | 466 | 77 | 55 |
| Binary | 10111100 | 101011 | 10100101 | 0 | 1001101 | 1100 | 11010 | 100110110 | 111111 | 101101 |
Color Harmonies of #BC2BA5
Complementary color
Monochromatic Colors of #BC2BA5
Black with #BC2BA5
Text Example
Text Example
White with #BC2BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2BA5; }
p { color: rgb(188,43,165); }
H1.HeaderClassName
{
color: #BC2BA5;
}
.AnyTagClassName
{
color: #BC2BA5;
}
</style>
background-color css
<style>
a { background-color: #BC2BA5; }
a { background-color: rgb(188,43,165); }
div.DivClassName
{
background-color: #BC2BA5;
}
.BgClassName
{
background-color: #BC2BA5;
}
</style>
border-color css
<style>
span { border-color: #BC2BA5; }
span { border-color: rgb(188,43,165); }
td.TdClassName
{
border-color: #BC2BA5;
}
.TagClassName
{
border-color: #BC2BA5;
}
</style>