Shades of Medium Red Violet #BC3272
Tints of Medium Red Violet #BC3272
RGB
CMYK
RGB Variations
Color information
#BC3272 (or 0xBC3272) is known color: Medium Red Violet. HEX triplet: BC, 32 and 72. RGB value is (188,50,114). Sum of RGB (Red+Green+Blue) = 188+50+114=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3272 is #43CD8D. Grayscale: #626262. Windows color (decimal): -4443534 or 7484092. OLE color: 7484092.
HSL color Cylindrical-coordinate representation of color #BC3272: hue angle of 332.17º degrees, saturation: 0.58, 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 #BC3272 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 114 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.26 |
| HSL | 332.17º | 0.58% | 0.47% | - |
| HSV(B) | 332.17º | 0.73% | 0.74% | - |
| XYZ | 24.92 | 14.19 | 17.34 | - |
| YUV | 98.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 114 | 0 | 0.73 | 0.39 | 0.26 | 332.17 | 0.58 | 0.47 |
| Hex | BC | 32 | 72 | 0 | 49 | 27 | 1A | 14C | 3A | 2F |
| Octal | 274 | 62 | 162 | 0 | 111 | 47 | 32 | 514 | 72 | 57 |
| Binary | 10111100 | 110010 | 1110010 | 0 | 1001001 | 100111 | 11010 | 101001100 | 111010 | 101111 |
Color Harmonies of #BC3272
Complementary color
Monochromatic Colors of #BC3272
Black with #BC3272
Text Example
Text Example
White with #BC3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3272; }
p { color: rgb(188,50,114); }
H1.HeaderClassName
{
color: #BC3272;
}
.AnyTagClassName
{
color: #BC3272;
}
</style>
background-color css
<style>
a { background-color: #BC3272; }
a { background-color: rgb(188,50,114); }
div.DivClassName
{
background-color: #BC3272;
}
.BgClassName
{
background-color: #BC3272;
}
</style>
border-color css
<style>
span { border-color: #BC3272; }
span { border-color: rgb(188,50,114); }
td.TdClassName
{
border-color: #BC3272;
}
.TagClassName
{
border-color: #BC3272;
}
</style>