Shades of Medium Red Violet #BC36A8
Tints of Medium Red Violet #BC36A8
RGB
CMYK
RGB Variations
Color information
#BC36A8 (or 0xBC36A8) is known color: Medium Red Violet. HEX triplet: BC, 36 and A8. RGB value is (188,54,168). Sum of RGB (Red+Green+Blue) = 188+54+168=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC36A8 is #43C957. Grayscale: #6A6A6A. Windows color (decimal): -4442456 or 11024060. OLE color: 11024060.
HSL color Cylindrical-coordinate representation of color #BC36A8: hue angle of 308.96º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC36A8 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 168 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.26 |
| HSL | 308.96º | 0.55% | 0.47% | - |
| HSV(B) | 308.96º | 0.71% | 0.74% | - |
| XYZ | 29.13 | 16.16 | 38.63 | - |
| YUV | 107.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 168 | 0 | 0.71 | 0.11 | 0.26 | 308.96 | 0.55 | 0.47 |
| Hex | BC | 36 | A8 | 0 | 47 | B | 1A | 135 | 37 | 2F |
| Octal | 274 | 66 | 250 | 0 | 107 | 13 | 32 | 465 | 67 | 57 |
| Binary | 10111100 | 110110 | 10101000 | 0 | 1000111 | 1011 | 11010 | 100110101 | 110111 | 101111 |
Color Harmonies of #BC36A8
Complementary color
Monochromatic Colors of #BC36A8
Black with #BC36A8
Text Example
Text Example
White with #BC36A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36A8; }
p { color: rgb(188,54,168); }
H1.HeaderClassName
{
color: #BC36A8;
}
.AnyTagClassName
{
color: #BC36A8;
}
</style>
background-color css
<style>
a { background-color: #BC36A8; }
a { background-color: rgb(188,54,168); }
div.DivClassName
{
background-color: #BC36A8;
}
.BgClassName
{
background-color: #BC36A8;
}
</style>
border-color css
<style>
span { border-color: #BC36A8; }
span { border-color: rgb(188,54,168); }
td.TdClassName
{
border-color: #BC36A8;
}
.TagClassName
{
border-color: #BC36A8;
}
</style>