Shades of Medium Red Violet #BC317D
Tints of Medium Red Violet #BC317D
RGB
CMYK
RGB Variations
Color information
#BC317D (or 0xBC317D) is known color: Medium Red Violet. HEX triplet: BC, 31 and 7D. RGB value is (188,49,125). Sum of RGB (Red+Green+Blue) = 188+49+125=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC317D is #43CE82. Grayscale: #636363. Windows color (decimal): -4443779 or 8204732. OLE color: 8204732.
HSL color Cylindrical-coordinate representation of color #BC317D: hue angle of 327.19º 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 #BC317D is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 125 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.26 |
| HSL | 327.19º | 0.59% | 0.46% | - |
| HSV(B) | 327.19º | 0.74% | 0.74% | - |
| XYZ | 25.54 | 14.37 | 20.83 | - |
| YUV | 99.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 125 | 0 | 0.74 | 0.34 | 0.26 | 327.19 | 0.59 | 0.46 |
| Hex | BC | 31 | 7D | 0 | 4A | 22 | 1A | 147 | 3B | 2E |
| Octal | 274 | 61 | 175 | 0 | 112 | 42 | 32 | 507 | 73 | 56 |
| Binary | 10111100 | 110001 | 1111101 | 0 | 1001010 | 100010 | 11010 | 101000111 | 111011 | 101110 |
Color Harmonies of #BC317D
Complementary color
Monochromatic Colors of #BC317D
Black with #BC317D
Text Example
Text Example
White with #BC317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC317D; }
p { color: rgb(188,49,125); }
H1.HeaderClassName
{
color: #BC317D;
}
.AnyTagClassName
{
color: #BC317D;
}
</style>
background-color css
<style>
a { background-color: #BC317D; }
a { background-color: rgb(188,49,125); }
div.DivClassName
{
background-color: #BC317D;
}
.BgClassName
{
background-color: #BC317D;
}
</style>
border-color css
<style>
span { border-color: #BC317D; }
span { border-color: rgb(188,49,125); }
td.TdClassName
{
border-color: #BC317D;
}
.TagClassName
{
border-color: #BC317D;
}
</style>