Shades of Medium Red Violet #BC3BA5
Tints of Medium Red Violet #BC3BA5
RGB
CMYK
RGB Variations
Color information
#BC3BA5 (or 0xBC3BA5) is known color: Medium Red Violet. HEX triplet: BC, 3B and A5. RGB value is (188,59,165). Sum of RGB (Red+Green+Blue) = 188+59+165=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3BA5 is #43C45A. Grayscale: #6D6D6D. Windows color (decimal): -4441179 or 10828732. OLE color: 10828732.
HSL color Cylindrical-coordinate representation of color #BC3BA5: hue angle of 310.7º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3BA5 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 165 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.26 |
| HSL | 310.7º | 0.52% | 0.48% | - |
| HSV(B) | 310.7º | 0.69% | 0.74% | - |
| XYZ | 29.09 | 16.54 | 37.26 | - |
| YUV | 109.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 165 | 0 | 0.69 | 0.12 | 0.26 | 310.7 | 0.52 | 0.48 |
| Hex | BC | 3B | A5 | 0 | 45 | C | 1A | 137 | 34 | 30 |
| Octal | 274 | 73 | 245 | 0 | 105 | 14 | 32 | 467 | 64 | 60 |
| Binary | 10111100 | 111011 | 10100101 | 0 | 1000101 | 1100 | 11010 | 100110111 | 110100 | 110000 |
Color Harmonies of #BC3BA5
Complementary color
Monochromatic Colors of #BC3BA5
Black with #BC3BA5
Text Example
Text Example
White with #BC3BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BA5; }
p { color: rgb(188,59,165); }
H1.HeaderClassName
{
color: #BC3BA5;
}
.AnyTagClassName
{
color: #BC3BA5;
}
</style>
background-color css
<style>
a { background-color: #BC3BA5; }
a { background-color: rgb(188,59,165); }
div.DivClassName
{
background-color: #BC3BA5;
}
.BgClassName
{
background-color: #BC3BA5;
}
</style>
border-color css
<style>
span { border-color: #BC3BA5; }
span { border-color: rgb(188,59,165); }
td.TdClassName
{
border-color: #BC3BA5;
}
.TagClassName
{
border-color: #BC3BA5;
}
</style>