Shades of Medium Red Violet #BC33A2
Tints of Medium Red Violet #BC33A2
RGB
CMYK
RGB Variations
Color information
#BC33A2 (or 0xBC33A2) is known color: Medium Red Violet. HEX triplet: BC, 33 and A2. RGB value is (188,51,162). Sum of RGB (Red+Green+Blue) = 188+51+162=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33A2 is #43CC5D. Grayscale: #686868. Windows color (decimal): -4443230 or 10630076. OLE color: 10630076.
HSL color Cylindrical-coordinate representation of color #BC33A2: hue angle of 311.39º 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 #BC33A2 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 162 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.26 |
| HSL | 311.39º | 0.57% | 0.47% | - |
| HSV(B) | 311.39º | 0.73% | 0.74% | - |
| XYZ | 28.44 | 15.67 | 35.71 | - |
| YUV | 104.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 162 | 0 | 0.73 | 0.14 | 0.26 | 311.39 | 0.57 | 0.47 |
| Hex | BC | 33 | A2 | 0 | 49 | E | 1A | 137 | 39 | 2F |
| Octal | 274 | 63 | 242 | 0 | 111 | 16 | 32 | 467 | 71 | 57 |
| Binary | 10111100 | 110011 | 10100010 | 0 | 1001001 | 1110 | 11010 | 100110111 | 111001 | 101111 |
Color Harmonies of #BC33A2
Complementary color
Monochromatic Colors of #BC33A2
Black with #BC33A2
Text Example
Text Example
White with #BC33A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33A2; }
p { color: rgb(188,51,162); }
H1.HeaderClassName
{
color: #BC33A2;
}
.AnyTagClassName
{
color: #BC33A2;
}
</style>
background-color css
<style>
a { background-color: #BC33A2; }
a { background-color: rgb(188,51,162); }
div.DivClassName
{
background-color: #BC33A2;
}
.BgClassName
{
background-color: #BC33A2;
}
</style>
border-color css
<style>
span { border-color: #BC33A2; }
span { border-color: rgb(188,51,162); }
td.TdClassName
{
border-color: #BC33A2;
}
.TagClassName
{
border-color: #BC33A2;
}
</style>