Shades of Medium Red Violet #BC3B8C
Tints of Medium Red Violet #BC3B8C
RGB
CMYK
RGB Variations
Color information
#BC3B8C (or 0xBC3B8C) is known color: Medium Red Violet. HEX triplet: BC, 3B and 8C. RGB value is (188,59,140). Sum of RGB (Red+Green+Blue) = 188+59+140=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3B8C is #43C473. Grayscale: #6A6A6A. Windows color (decimal): -4441204 or 9190332. OLE color: 9190332.
HSL color Cylindrical-coordinate representation of color #BC3B8C: hue angle of 322.33º 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 #BC3B8C is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 140 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.26 |
| HSL | 322.33º | 0.52% | 0.48% | - |
| HSV(B) | 322.33º | 0.69% | 0.74% | - |
| XYZ | 27.04 | 15.71 | 26.42 | - |
| YUV | 106.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 140 | 0 | 0.69 | 0.26 | 0.26 | 322.33 | 0.52 | 0.48 |
| Hex | BC | 3B | 8C | 0 | 45 | 1A | 1A | 142 | 34 | 30 |
| Octal | 274 | 73 | 214 | 0 | 105 | 32 | 32 | 502 | 64 | 60 |
| Binary | 10111100 | 111011 | 10001100 | 0 | 1000101 | 11010 | 11010 | 101000010 | 110100 | 110000 |
Color Harmonies of #BC3B8C
Complementary color
Monochromatic Colors of #BC3B8C
Black with #BC3B8C
Text Example
Text Example
White with #BC3B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3B8C; }
p { color: rgb(188,59,140); }
H1.HeaderClassName
{
color: #BC3B8C;
}
.AnyTagClassName
{
color: #BC3B8C;
}
</style>
background-color css
<style>
a { background-color: #BC3B8C; }
a { background-color: rgb(188,59,140); }
div.DivClassName
{
background-color: #BC3B8C;
}
.BgClassName
{
background-color: #BC3B8C;
}
</style>
border-color css
<style>
span { border-color: #BC3B8C; }
span { border-color: rgb(188,59,140); }
td.TdClassName
{
border-color: #BC3B8C;
}
.TagClassName
{
border-color: #BC3B8C;
}
</style>