Shades of Medium Red Violet #BC317F
Tints of Medium Red Violet #BC317F
RGB
CMYK
RGB Variations
Color information
#BC317F (or 0xBC317F) is known color: Medium Red Violet. HEX triplet: BC, 31 and 7F. RGB value is (188,49,127). Sum of RGB (Red+Green+Blue) = 188+49+127=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC317F is #43CE80. Grayscale: #636363. Windows color (decimal): -4443777 or 8335804. OLE color: 8335804.
HSL color Cylindrical-coordinate representation of color #BC317F: hue angle of 326.33º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC317F is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 127 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.26 |
| HSL | 326.33º | 0.59% | 0.46% | - |
| HSV(B) | 326.33º | 0.74% | 0.74% | - |
| XYZ | 25.67 | 14.42 | 21.51 | - |
| YUV | 99.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 127 | 0 | 0.74 | 0.32 | 0.26 | 326.33 | 0.59 | 0.46 |
| Hex | BC | 31 | 7F | 0 | 4A | 20 | 1A | 146 | 3B | 2E |
| Octal | 274 | 61 | 177 | 0 | 112 | 40 | 32 | 506 | 73 | 56 |
| Binary | 10111100 | 110001 | 1111111 | 0 | 1001010 | 100000 | 11010 | 101000110 | 111011 | 101110 |
Color Harmonies of #BC317F
Complementary color
Monochromatic Colors of #BC317F
Black with #BC317F
Text Example
Text Example
White with #BC317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC317F; }
p { color: rgb(188,49,127); }
H1.HeaderClassName
{
color: #BC317F;
}
.AnyTagClassName
{
color: #BC317F;
}
</style>
background-color css
<style>
a { background-color: #BC317F; }
a { background-color: rgb(188,49,127); }
div.DivClassName
{
background-color: #BC317F;
}
.BgClassName
{
background-color: #BC317F;
}
</style>
border-color css
<style>
span { border-color: #BC317F; }
span { border-color: rgb(188,49,127); }
td.TdClassName
{
border-color: #BC317F;
}
.TagClassName
{
border-color: #BC317F;
}
</style>