Shades of Medium Red Violet #BC32A2
Tints of Medium Red Violet #BC32A2
RGB
CMYK
RGB Variations
Color information
#BC32A2 (or 0xBC32A2) is known color: Medium Red Violet. HEX triplet: BC, 32 and A2. RGB value is (188,50,162). Sum of RGB (Red+Green+Blue) = 188+50+162=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC32A2 is #43CD5D. Grayscale: #676767. Windows color (decimal): -4443486 or 10629820. OLE color: 10629820.
HSL color Cylindrical-coordinate representation of color #BC32A2: hue angle of 311.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC32A2 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 162 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.26 |
| HSL | 311.3º | 0.58% | 0.47% | - |
| HSV(B) | 311.3º | 0.73% | 0.74% | - |
| XYZ | 28.4 | 15.58 | 35.69 | - |
| YUV | 104.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 162 | 0 | 0.73 | 0.14 | 0.26 | 311.3 | 0.58 | 0.47 |
| Hex | BC | 32 | A2 | 0 | 49 | E | 1A | 137 | 3A | 2F |
| Octal | 274 | 62 | 242 | 0 | 111 | 16 | 32 | 467 | 72 | 57 |
| Binary | 10111100 | 110010 | 10100010 | 0 | 1001001 | 1110 | 11010 | 100110111 | 111010 | 101111 |
Color Harmonies of #BC32A2
Complementary color
Monochromatic Colors of #BC32A2
Black with #BC32A2
Text Example
Text Example
White with #BC32A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32A2; }
p { color: rgb(188,50,162); }
H1.HeaderClassName
{
color: #BC32A2;
}
.AnyTagClassName
{
color: #BC32A2;
}
</style>
background-color css
<style>
a { background-color: #BC32A2; }
a { background-color: rgb(188,50,162); }
div.DivClassName
{
background-color: #BC32A2;
}
.BgClassName
{
background-color: #BC32A2;
}
</style>
border-color css
<style>
span { border-color: #BC32A2; }
span { border-color: rgb(188,50,162); }
td.TdClassName
{
border-color: #BC32A2;
}
.TagClassName
{
border-color: #BC32A2;
}
</style>