Shades of Medium Red Violet #BC2DAA
Tints of Medium Red Violet #BC2DAA
RGB
CMYK
RGB Variations
Color information
#BC2DAA (or 0xBC2DAA) is known color: Medium Red Violet. HEX triplet: BC, 2D and AA. RGB value is (188,45,170). Sum of RGB (Red+Green+Blue) = 188+45+170=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2DAA is #43D255. Grayscale: #656565. Windows color (decimal): -4444758 or 11152828. OLE color: 11152828.
HSL color Cylindrical-coordinate representation of color #BC2DAA: hue angle of 307.55º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2DAA is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 170 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.26 |
| HSL | 307.55º | 0.61% | 0.46% | - |
| HSV(B) | 307.55º | 0.76% | 0.74% | - |
| XYZ | 28.93 | 15.47 | 39.49 | - |
| YUV | 102.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 170 | 0 | 0.76 | 0.10 | 0.26 | 307.55 | 0.61 | 0.46 |
| Hex | BC | 2D | AA | 0 | 4C | A | 1A | 134 | 3D | 2E |
| Octal | 274 | 55 | 252 | 0 | 114 | 12 | 32 | 464 | 75 | 56 |
| Binary | 10111100 | 101101 | 10101010 | 0 | 1001100 | 1010 | 11010 | 100110100 | 111101 | 101110 |
Color Harmonies of #BC2DAA
Complementary color
Monochromatic Colors of #BC2DAA
Black with #BC2DAA
Text Example
Text Example
White with #BC2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DAA; }
p { color: rgb(188,45,170); }
H1.HeaderClassName
{
color: #BC2DAA;
}
.AnyTagClassName
{
color: #BC2DAA;
}
</style>
background-color css
<style>
a { background-color: #BC2DAA; }
a { background-color: rgb(188,45,170); }
div.DivClassName
{
background-color: #BC2DAA;
}
.BgClassName
{
background-color: #BC2DAA;
}
</style>
border-color css
<style>
span { border-color: #BC2DAA; }
span { border-color: rgb(188,45,170); }
td.TdClassName
{
border-color: #BC2DAA;
}
.TagClassName
{
border-color: #BC2DAA;
}
</style>