Shades of Medium Red Violet #BC32A8
Tints of Medium Red Violet #BC32A8
RGB
CMYK
RGB Variations
Color information
#BC32A8 (or 0xBC32A8) is known color: Medium Red Violet. HEX triplet: BC, 32 and A8. RGB value is (188,50,168). Sum of RGB (Red+Green+Blue) = 188+50+168=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC32A8 is #43CD57. Grayscale: #686868. Windows color (decimal): -4443480 or 11023036. OLE color: 11023036.
HSL color Cylindrical-coordinate representation of color #BC32A8: hue angle of 308.7º 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 #BC32A8 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 168 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.26 |
| HSL | 308.7º | 0.58% | 0.47% | - |
| HSV(B) | 308.7º | 0.73% | 0.74% | - |
| XYZ | 28.95 | 15.8 | 38.57 | - |
| YUV | 104.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 168 | 0 | 0.73 | 0.11 | 0.26 | 308.7 | 0.58 | 0.47 |
| Hex | BC | 32 | A8 | 0 | 49 | B | 1A | 135 | 3A | 2F |
| Octal | 274 | 62 | 250 | 0 | 111 | 13 | 32 | 465 | 72 | 57 |
| Binary | 10111100 | 110010 | 10101000 | 0 | 1001001 | 1011 | 11010 | 100110101 | 111010 | 101111 |
Color Harmonies of #BC32A8
Complementary color
Monochromatic Colors of #BC32A8
Black with #BC32A8
Text Example
Text Example
White with #BC32A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32A8; }
p { color: rgb(188,50,168); }
H1.HeaderClassName
{
color: #BC32A8;
}
.AnyTagClassName
{
color: #BC32A8;
}
</style>
background-color css
<style>
a { background-color: #BC32A8; }
a { background-color: rgb(188,50,168); }
div.DivClassName
{
background-color: #BC32A8;
}
.BgClassName
{
background-color: #BC32A8;
}
</style>
border-color css
<style>
span { border-color: #BC32A8; }
span { border-color: rgb(188,50,168); }
td.TdClassName
{
border-color: #BC32A8;
}
.TagClassName
{
border-color: #BC32A8;
}
</style>