Shades of Medium Red Violet #BC35A0
Tints of Medium Red Violet #BC35A0
RGB
CMYK
RGB Variations
Color information
#BC35A0 (or 0xBC35A0) is known color: Medium Red Violet. HEX triplet: BC, 35 and A0. RGB value is (188,53,160). Sum of RGB (Red+Green+Blue) = 188+53+160=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC35A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC35A0 is #43CA5F. Grayscale: #696969. Windows color (decimal): -4442720 or 10499516. OLE color: 10499516.
HSL color Cylindrical-coordinate representation of color #BC35A0: hue angle of 312.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC35A0 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 160 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.26 |
| HSL | 312.44º | 0.56% | 0.47% | - |
| HSV(B) | 312.44º | 0.72% | 0.74% | - |
| XYZ | 28.36 | 15.78 | 34.81 | - |
| YUV | 105.56 | 158.73 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 160 | 0 | 0.72 | 0.15 | 0.26 | 312.44 | 0.56 | 0.47 |
| Hex | BC | 35 | A0 | 0 | 48 | F | 1A | 138 | 38 | 2F |
| Octal | 274 | 65 | 240 | 0 | 110 | 17 | 32 | 470 | 70 | 57 |
| Binary | 10111100 | 110101 | 10100000 | 0 | 1001000 | 1111 | 11010 | 100111000 | 111000 | 101111 |
Color Harmonies of #BC35A0
Complementary color
Monochromatic Colors of #BC35A0
Black with #BC35A0
Text Example
Text Example
White with #BC35A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC35A0; }
p { color: rgb(188,53,160); }
H1.HeaderClassName
{
color: #BC35A0;
}
.AnyTagClassName
{
color: #BC35A0;
}
</style>
background-color css
<style>
a { background-color: #BC35A0; }
a { background-color: rgb(188,53,160); }
div.DivClassName
{
background-color: #BC35A0;
}
.BgClassName
{
background-color: #BC35A0;
}
</style>
border-color css
<style>
span { border-color: #BC35A0; }
span { border-color: rgb(188,53,160); }
td.TdClassName
{
border-color: #BC35A0;
}
.TagClassName
{
border-color: #BC35A0;
}
</style>