Shades of Medium Red Violet #BC2DAB
Tints of Medium Red Violet #BC2DAB
RGB
CMYK
RGB Variations
Color information
#BC2DAB (or 0xBC2DAB) is known color: Medium Red Violet. HEX triplet: BC, 2D and AB. RGB value is (188,45,171). Sum of RGB (Red+Green+Blue) = 188+45+171=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2DAB is #43D254. Grayscale: #656565. Windows color (decimal): -4444757 or 11218364. OLE color: 11218364.
HSL color Cylindrical-coordinate representation of color #BC2DAB: hue angle of 307.13º 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 #BC2DAB is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 171 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.26 |
| HSL | 307.13º | 0.61% | 0.46% | - |
| HSV(B) | 307.13º | 0.76% | 0.74% | - |
| XYZ | 29.03 | 15.51 | 39.99 | - |
| YUV | 102.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 171 | 0 | 0.76 | 0.09 | 0.26 | 307.13 | 0.61 | 0.46 |
| Hex | BC | 2D | AB | 0 | 4C | 9 | 1A | 133 | 3D | 2E |
| Octal | 274 | 55 | 253 | 0 | 114 | 11 | 32 | 463 | 75 | 56 |
| Binary | 10111100 | 101101 | 10101011 | 0 | 1001100 | 1001 | 11010 | 100110011 | 111101 | 101110 |
Color Harmonies of #BC2DAB
Complementary color
Monochromatic Colors of #BC2DAB
Black with #BC2DAB
Text Example
Text Example
White with #BC2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2DAB; }
p { color: rgb(188,45,171); }
H1.HeaderClassName
{
color: #BC2DAB;
}
.AnyTagClassName
{
color: #BC2DAB;
}
</style>
background-color css
<style>
a { background-color: #BC2DAB; }
a { background-color: rgb(188,45,171); }
div.DivClassName
{
background-color: #BC2DAB;
}
.BgClassName
{
background-color: #BC2DAB;
}
</style>
border-color css
<style>
span { border-color: #BC2DAB; }
span { border-color: rgb(188,45,171); }
td.TdClassName
{
border-color: #BC2DAB;
}
.TagClassName
{
border-color: #BC2DAB;
}
</style>