Shades of Medium Red Violet #BC3273
Tints of Medium Red Violet #BC3273
RGB
CMYK
RGB Variations
Color information
#BC3273 (or 0xBC3273) is known color: Medium Red Violet. HEX triplet: BC, 32 and 73. RGB value is (188,50,115). Sum of RGB (Red+Green+Blue) = 188+50+115=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3273 is #43CD8C. Grayscale: #626262. Windows color (decimal): -4443533 or 7549628. OLE color: 7549628.
HSL color Cylindrical-coordinate representation of color #BC3273: hue angle of 331.74º 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 #BC3273 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 115 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.26 |
| HSL | 331.74º | 0.58% | 0.47% | - |
| HSV(B) | 331.74º | 0.73% | 0.74% | - |
| XYZ | 24.97 | 14.21 | 17.65 | - |
| YUV | 98.67 | 137.22 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 115 | 0 | 0.73 | 0.39 | 0.26 | 331.74 | 0.58 | 0.47 |
| Hex | BC | 32 | 73 | 0 | 49 | 27 | 1A | 14C | 3A | 2F |
| Octal | 274 | 62 | 163 | 0 | 111 | 47 | 32 | 514 | 72 | 57 |
| Binary | 10111100 | 110010 | 1110011 | 0 | 1001001 | 100111 | 11010 | 101001100 | 111010 | 101111 |
Color Harmonies of #BC3273
Complementary color
Monochromatic Colors of #BC3273
Black with #BC3273
Text Example
Text Example
White with #BC3273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3273; }
p { color: rgb(188,50,115); }
H1.HeaderClassName
{
color: #BC3273;
}
.AnyTagClassName
{
color: #BC3273;
}
</style>
background-color css
<style>
a { background-color: #BC3273; }
a { background-color: rgb(188,50,115); }
div.DivClassName
{
background-color: #BC3273;
}
.BgClassName
{
background-color: #BC3273;
}
</style>
border-color css
<style>
span { border-color: #BC3273; }
span { border-color: rgb(188,50,115); }
td.TdClassName
{
border-color: #BC3273;
}
.TagClassName
{
border-color: #BC3273;
}
</style>