Shades of Medium Red Violet #BC368F
Tints of Medium Red Violet #BC368F
RGB
CMYK
RGB Variations
Color information
#BC368F (or 0xBC368F) is known color: Medium Red Violet. HEX triplet: BC, 36 and 8F. RGB value is (188,54,143). Sum of RGB (Red+Green+Blue) = 188+54+143=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC368F is #43C970. Grayscale: #676767. Windows color (decimal): -4442481 or 9385660. OLE color: 9385660.
HSL color Cylindrical-coordinate representation of color #BC368F: hue angle of 320.15º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC368F is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 143 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.26 |
| HSL | 320.15º | 0.55% | 0.47% | - |
| HSV(B) | 320.15º | 0.71% | 0.74% | - |
| XYZ | 27.02 | 15.31 | 27.52 | - |
| YUV | 104.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 143 | 0 | 0.71 | 0.24 | 0.26 | 320.15 | 0.55 | 0.47 |
| Hex | BC | 36 | 8F | 0 | 47 | 18 | 1A | 140 | 37 | 2F |
| Octal | 274 | 66 | 217 | 0 | 107 | 30 | 32 | 500 | 67 | 57 |
| Binary | 10111100 | 110110 | 10001111 | 0 | 1000111 | 11000 | 11010 | 101000000 | 110111 | 101111 |
Color Harmonies of #BC368F
Complementary color
Monochromatic Colors of #BC368F
Black with #BC368F
Text Example
Text Example
White with #BC368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC368F; }
p { color: rgb(188,54,143); }
H1.HeaderClassName
{
color: #BC368F;
}
.AnyTagClassName
{
color: #BC368F;
}
</style>
background-color css
<style>
a { background-color: #BC368F; }
a { background-color: rgb(188,54,143); }
div.DivClassName
{
background-color: #BC368F;
}
.BgClassName
{
background-color: #BC368F;
}
</style>
border-color css
<style>
span { border-color: #BC368F; }
span { border-color: rgb(188,54,143); }
td.TdClassName
{
border-color: #BC368F;
}
.TagClassName
{
border-color: #BC368F;
}
</style>