Shades of Medium Red Violet #BC3C9B
Tints of Medium Red Violet #BC3C9B
RGB
CMYK
RGB Variations
Color information
#BC3C9B (or 0xBC3C9B) is known color: Medium Red Violet. HEX triplet: BC, 3C and 9B. RGB value is (188,60,155). Sum of RGB (Red+Green+Blue) = 188+60+155=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3C9B is #43C364. Grayscale: #6C6C6C. Windows color (decimal): -4440933 or 10173628. OLE color: 10173628.
HSL color Cylindrical-coordinate representation of color #BC3C9B: hue angle of 315.47º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C9B is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 155 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.26 |
| HSL | 315.47º | 0.52% | 0.49% | - |
| HSV(B) | 315.47º | 0.68% | 0.74% | - |
| XYZ | 28.27 | 16.29 | 32.66 | - |
| YUV | 109.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 155 | 0 | 0.68 | 0.18 | 0.26 | 315.47 | 0.52 | 0.49 |
| Hex | BC | 3C | 9B | 0 | 44 | 12 | 1A | 13B | 34 | 31 |
| Octal | 274 | 74 | 233 | 0 | 104 | 22 | 32 | 473 | 64 | 61 |
| Binary | 10111100 | 111100 | 10011011 | 0 | 1000100 | 10010 | 11010 | 100111011 | 110100 | 110001 |
Color Harmonies of #BC3C9B
Complementary color
Monochromatic Colors of #BC3C9B
Black with #BC3C9B
Text Example
Text Example
White with #BC3C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C9B; }
p { color: rgb(188,60,155); }
H1.HeaderClassName
{
color: #BC3C9B;
}
.AnyTagClassName
{
color: #BC3C9B;
}
</style>
background-color css
<style>
a { background-color: #BC3C9B; }
a { background-color: rgb(188,60,155); }
div.DivClassName
{
background-color: #BC3C9B;
}
.BgClassName
{
background-color: #BC3C9B;
}
</style>
border-color css
<style>
span { border-color: #BC3C9B; }
span { border-color: rgb(188,60,155); }
td.TdClassName
{
border-color: #BC3C9B;
}
.TagClassName
{
border-color: #BC3C9B;
}
</style>