Shades of Medium Red Violet #BC2CAA
Tints of Medium Red Violet #BC2CAA
RGB
CMYK
RGB Variations
Color information
#BC2CAA (or 0xBC2CAA) is known color: Medium Red Violet. HEX triplet: BC, 2C and AA. RGB value is (188,44,170). Sum of RGB (Red+Green+Blue) = 188+44+170=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2CAA is #43D355. Grayscale: #656565. Windows color (decimal): -4445014 or 11152572. OLE color: 11152572.
HSL color Cylindrical-coordinate representation of color #BC2CAA: hue angle of 307.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2CAA is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 170 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.26 |
| HSL | 307.5º | 0.62% | 0.45% | - |
| HSV(B) | 307.5º | 0.77% | 0.74% | - |
| XYZ | 28.9 | 15.4 | 39.48 | - |
| YUV | 101.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 170 | 0 | 0.77 | 0.10 | 0.26 | 307.5 | 0.62 | 0.45 |
| Hex | BC | 2C | AA | 0 | 4D | A | 1A | 134 | 3E | 2D |
| Octal | 274 | 54 | 252 | 0 | 115 | 12 | 32 | 464 | 76 | 55 |
| Binary | 10111100 | 101100 | 10101010 | 0 | 1001101 | 1010 | 11010 | 100110100 | 111110 | 101101 |
Color Harmonies of #BC2CAA
Complementary color
Monochromatic Colors of #BC2CAA
Black with #BC2CAA
Text Example
Text Example
White with #BC2CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2CAA; }
p { color: rgb(188,44,170); }
H1.HeaderClassName
{
color: #BC2CAA;
}
.AnyTagClassName
{
color: #BC2CAA;
}
</style>
background-color css
<style>
a { background-color: #BC2CAA; }
a { background-color: rgb(188,44,170); }
div.DivClassName
{
background-color: #BC2CAA;
}
.BgClassName
{
background-color: #BC2CAA;
}
</style>
border-color css
<style>
span { border-color: #BC2CAA; }
span { border-color: rgb(188,44,170); }
td.TdClassName
{
border-color: #BC2CAA;
}
.TagClassName
{
border-color: #BC2CAA;
}
</style>