Shades of Medium Red Violet #BC368E
Tints of Medium Red Violet #BC368E
RGB
CMYK
RGB Variations
Color information
#BC368E (or 0xBC368E) is known color: Medium Red Violet. HEX triplet: BC, 36 and 8E. RGB value is (188,54,142). Sum of RGB (Red+Green+Blue) = 188+54+142=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC368E is #43C971. Grayscale: #676767. Windows color (decimal): -4442482 or 9320124. OLE color: 9320124.
HSL color Cylindrical-coordinate representation of color #BC368E: hue angle of 320.6º 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 #BC368E is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 142 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.26 |
| HSL | 320.6º | 0.55% | 0.47% | - |
| HSV(B) | 320.6º | 0.71% | 0.74% | - |
| XYZ | 26.94 | 15.28 | 27.12 | - |
| YUV | 104.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 142 | 0 | 0.71 | 0.24 | 0.26 | 320.6 | 0.55 | 0.47 |
| Hex | BC | 36 | 8E | 0 | 47 | 18 | 1A | 141 | 37 | 2F |
| Octal | 274 | 66 | 216 | 0 | 107 | 30 | 32 | 501 | 67 | 57 |
| Binary | 10111100 | 110110 | 10001110 | 0 | 1000111 | 11000 | 11010 | 101000001 | 110111 | 101111 |
Color Harmonies of #BC368E
Complementary color
Monochromatic Colors of #BC368E
Black with #BC368E
Text Example
Text Example
White with #BC368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC368E; }
p { color: rgb(188,54,142); }
H1.HeaderClassName
{
color: #BC368E;
}
.AnyTagClassName
{
color: #BC368E;
}
</style>
background-color css
<style>
a { background-color: #BC368E; }
a { background-color: rgb(188,54,142); }
div.DivClassName
{
background-color: #BC368E;
}
.BgClassName
{
background-color: #BC368E;
}
</style>
border-color css
<style>
span { border-color: #BC368E; }
span { border-color: rgb(188,54,142); }
td.TdClassName
{
border-color: #BC368E;
}
.TagClassName
{
border-color: #BC368E;
}
</style>