Shades of Medium Red Violet #BC3D9A
Tints of Medium Red Violet #BC3D9A
RGB
CMYK
RGB Variations
Color information
#BC3D9A (or 0xBC3D9A) is known color: Medium Red Violet. HEX triplet: BC, 3D and 9A. RGB value is (188,61,154). Sum of RGB (Red+Green+Blue) = 188+61+154=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3D9A is #43C265. Grayscale: #6D6D6D. Windows color (decimal): -4440678 or 10108348. OLE color: 10108348.
HSL color Cylindrical-coordinate representation of color #BC3D9A: hue angle of 316.06º degrees, saturation: 0.51, 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 #BC3D9A is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 61 | 154 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.26 |
| HSL | 316.06º | 0.51% | 0.49% | - |
| HSV(B) | 316.06º | 0.68% | 0.74% | - |
| XYZ | 28.24 | 16.36 | 32.24 | - |
| YUV | 109.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 154 | 0 | 0.68 | 0.18 | 0.26 | 316.06 | 0.51 | 0.49 |
| Hex | BC | 3D | 9A | 0 | 44 | 12 | 1A | 13C | 33 | 31 |
| Octal | 274 | 75 | 232 | 0 | 104 | 22 | 32 | 474 | 63 | 61 |
| Binary | 10111100 | 111101 | 10011010 | 0 | 1000100 | 10010 | 11010 | 100111100 | 110011 | 110001 |
Color Harmonies of #BC3D9A
Complementary color
Monochromatic Colors of #BC3D9A
Black with #BC3D9A
Text Example
Text Example
White with #BC3D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3D9A; }
p { color: rgb(188,61,154); }
H1.HeaderClassName
{
color: #BC3D9A;
}
.AnyTagClassName
{
color: #BC3D9A;
}
</style>
background-color css
<style>
a { background-color: #BC3D9A; }
a { background-color: rgb(188,61,154); }
div.DivClassName
{
background-color: #BC3D9A;
}
.BgClassName
{
background-color: #BC3D9A;
}
</style>
border-color css
<style>
span { border-color: #BC3D9A; }
span { border-color: rgb(188,61,154); }
td.TdClassName
{
border-color: #BC3D9A;
}
.TagClassName
{
border-color: #BC3D9A;
}
</style>