Shades of Medium Red Violet #BC33A6
Tints of Medium Red Violet #BC33A6
RGB
CMYK
RGB Variations
Color information
#BC33A6 (or 0xBC33A6) is known color: Medium Red Violet. HEX triplet: BC, 33 and A6. RGB value is (188,51,166). Sum of RGB (Red+Green+Blue) = 188+51+166=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33A6 is #43CC59. Grayscale: #686868. Windows color (decimal): -4443226 or 10892220. OLE color: 10892220.
HSL color Cylindrical-coordinate representation of color #BC33A6: hue angle of 309.64º degrees, saturation: 0.57, 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 #BC33A6 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 166 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.26 |
| HSL | 309.64º | 0.57% | 0.47% | - |
| HSV(B) | 309.64º | 0.73% | 0.74% | - |
| XYZ | 28.81 | 15.81 | 37.61 | - |
| YUV | 105.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 166 | 0 | 0.73 | 0.12 | 0.26 | 309.64 | 0.57 | 0.47 |
| Hex | BC | 33 | A6 | 0 | 49 | C | 1A | 136 | 39 | 2F |
| Octal | 274 | 63 | 246 | 0 | 111 | 14 | 32 | 466 | 71 | 57 |
| Binary | 10111100 | 110011 | 10100110 | 0 | 1001001 | 1100 | 11010 | 100110110 | 111001 | 101111 |
Color Harmonies of #BC33A6
Complementary color
Monochromatic Colors of #BC33A6
Black with #BC33A6
Text Example
Text Example
White with #BC33A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33A6; }
p { color: rgb(188,51,166); }
H1.HeaderClassName
{
color: #BC33A6;
}
.AnyTagClassName
{
color: #BC33A6;
}
</style>
background-color css
<style>
a { background-color: #BC33A6; }
a { background-color: rgb(188,51,166); }
div.DivClassName
{
background-color: #BC33A6;
}
.BgClassName
{
background-color: #BC33A6;
}
</style>
border-color css
<style>
span { border-color: #BC33A6; }
span { border-color: rgb(188,51,166); }
td.TdClassName
{
border-color: #BC33A6;
}
.TagClassName
{
border-color: #BC33A6;
}
</style>