Shades of Medium Red Violet #BC33A9
Tints of Medium Red Violet #BC33A9
RGB
CMYK
RGB Variations
Color information
#BC33A9 (or 0xBC33A9) is known color: Medium Red Violet. HEX triplet: BC, 33 and A9. RGB value is (188,51,169). Sum of RGB (Red+Green+Blue) = 188+51+169=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33A9 is #43CC56. Grayscale: #696969. Windows color (decimal): -4443223 or 11088828. OLE color: 11088828.
HSL color Cylindrical-coordinate representation of color #BC33A9: hue angle of 308.32º 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 #BC33A9 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 169 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.26 |
| HSL | 308.32º | 0.57% | 0.47% | - |
| HSV(B) | 308.32º | 0.73% | 0.74% | - |
| XYZ | 29.08 | 15.92 | 39.08 | - |
| YUV | 105.42 | 163.89 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 169 | 0 | 0.73 | 0.10 | 0.26 | 308.32 | 0.57 | 0.47 |
| Hex | BC | 33 | A9 | 0 | 49 | A | 1A | 134 | 39 | 2F |
| Octal | 274 | 63 | 251 | 0 | 111 | 12 | 32 | 464 | 71 | 57 |
| Binary | 10111100 | 110011 | 10101001 | 0 | 1001001 | 1010 | 11010 | 100110100 | 111001 | 101111 |
Color Harmonies of #BC33A9
Complementary color
Monochromatic Colors of #BC33A9
Black with #BC33A9
Text Example
Text Example
White with #BC33A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33A9; }
p { color: rgb(188,51,169); }
H1.HeaderClassName
{
color: #BC33A9;
}
.AnyTagClassName
{
color: #BC33A9;
}
</style>
background-color css
<style>
a { background-color: #BC33A9; }
a { background-color: rgb(188,51,169); }
div.DivClassName
{
background-color: #BC33A9;
}
.BgClassName
{
background-color: #BC33A9;
}
</style>
border-color css
<style>
span { border-color: #BC33A9; }
span { border-color: rgb(188,51,169); }
td.TdClassName
{
border-color: #BC33A9;
}
.TagClassName
{
border-color: #BC33A9;
}
</style>