Shades of Medium Red Violet #BC368D
Tints of Medium Red Violet #BC368D
RGB
CMYK
RGB Variations
Color information
#BC368D (or 0xBC368D) is known color: Medium Red Violet. HEX triplet: BC, 36 and 8D. RGB value is (188,54,141). Sum of RGB (Red+Green+Blue) = 188+54+141=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC368D is #43C972. Grayscale: #676767. Windows color (decimal): -4442483 or 9254588. OLE color: 9254588.
HSL color Cylindrical-coordinate representation of color #BC368D: hue angle of 321.04º 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 #BC368D is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 141 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.26 |
| HSL | 321.04º | 0.55% | 0.47% | - |
| HSV(B) | 321.04º | 0.71% | 0.74% | - |
| XYZ | 26.87 | 15.25 | 26.73 | - |
| YUV | 103.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 141 | 0 | 0.71 | 0.25 | 0.26 | 321.04 | 0.55 | 0.47 |
| Hex | BC | 36 | 8D | 0 | 47 | 19 | 1A | 141 | 37 | 2F |
| Octal | 274 | 66 | 215 | 0 | 107 | 31 | 32 | 501 | 67 | 57 |
| Binary | 10111100 | 110110 | 10001101 | 0 | 1000111 | 11001 | 11010 | 101000001 | 110111 | 101111 |
Color Harmonies of #BC368D
Complementary color
Monochromatic Colors of #BC368D
Black with #BC368D
Text Example
Text Example
White with #BC368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC368D; }
p { color: rgb(188,54,141); }
H1.HeaderClassName
{
color: #BC368D;
}
.AnyTagClassName
{
color: #BC368D;
}
</style>
background-color css
<style>
a { background-color: #BC368D; }
a { background-color: rgb(188,54,141); }
div.DivClassName
{
background-color: #BC368D;
}
.BgClassName
{
background-color: #BC368D;
}
</style>
border-color css
<style>
span { border-color: #BC368D; }
span { border-color: rgb(188,54,141); }
td.TdClassName
{
border-color: #BC368D;
}
.TagClassName
{
border-color: #BC368D;
}
</style>