Shades of Medium Red Violet #BC33A0
Tints of Medium Red Violet #BC33A0
RGB
CMYK
RGB Variations
Color information
#BC33A0 (or 0xBC33A0) is known color: Medium Red Violet. HEX triplet: BC, 33 and A0. RGB value is (188,51,160). Sum of RGB (Red+Green+Blue) = 188+51+160=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33A0 is #43CC5F. Grayscale: #686868. Windows color (decimal): -4443232 or 10499004. OLE color: 10499004.
HSL color Cylindrical-coordinate representation of color #BC33A0: hue angle of 312.26º 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 #BC33A0 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 160 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.26 |
| HSL | 312.26º | 0.57% | 0.47% | - |
| HSV(B) | 312.26º | 0.73% | 0.74% | - |
| XYZ | 28.27 | 15.6 | 34.78 | - |
| YUV | 104.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 160 | 0 | 0.73 | 0.15 | 0.26 | 312.26 | 0.57 | 0.47 |
| Hex | BC | 33 | A0 | 0 | 49 | F | 1A | 138 | 39 | 2F |
| Octal | 274 | 63 | 240 | 0 | 111 | 17 | 32 | 470 | 71 | 57 |
| Binary | 10111100 | 110011 | 10100000 | 0 | 1001001 | 1111 | 11010 | 100111000 | 111001 | 101111 |
Color Harmonies of #BC33A0
Complementary color
Monochromatic Colors of #BC33A0
Black with #BC33A0
Text Example
Text Example
White with #BC33A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33A0; }
p { color: rgb(188,51,160); }
H1.HeaderClassName
{
color: #BC33A0;
}
.AnyTagClassName
{
color: #BC33A0;
}
</style>
background-color css
<style>
a { background-color: #BC33A0; }
a { background-color: rgb(188,51,160); }
div.DivClassName
{
background-color: #BC33A0;
}
.BgClassName
{
background-color: #BC33A0;
}
</style>
border-color css
<style>
span { border-color: #BC33A0; }
span { border-color: rgb(188,51,160); }
td.TdClassName
{
border-color: #BC33A0;
}
.TagClassName
{
border-color: #BC33A0;
}
</style>