Shades of Medium Red Violet #BC368C
Tints of Medium Red Violet #BC368C
RGB
CMYK
RGB Variations
Color information
#BC368C (or 0xBC368C) is known color: Medium Red Violet. HEX triplet: BC, 36 and 8C. RGB value is (188,54,140). Sum of RGB (Red+Green+Blue) = 188+54+140=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC368C is #43C973. Grayscale: #676767. Windows color (decimal): -4442484 or 9189052. OLE color: 9189052.
HSL color Cylindrical-coordinate representation of color #BC368C: hue angle of 321.49º 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 #BC368C is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 140 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.26 |
| HSL | 321.49º | 0.55% | 0.47% | - |
| HSV(B) | 321.49º | 0.71% | 0.74% | - |
| XYZ | 26.79 | 15.22 | 26.34 | - |
| YUV | 103.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 140 | 0 | 0.71 | 0.26 | 0.26 | 321.49 | 0.55 | 0.47 |
| Hex | BC | 36 | 8C | 0 | 47 | 1A | 1A | 141 | 37 | 2F |
| Octal | 274 | 66 | 214 | 0 | 107 | 32 | 32 | 501 | 67 | 57 |
| Binary | 10111100 | 110110 | 10001100 | 0 | 1000111 | 11010 | 11010 | 101000001 | 110111 | 101111 |
Color Harmonies of #BC368C
Complementary color
Monochromatic Colors of #BC368C
Black with #BC368C
Text Example
Text Example
White with #BC368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC368C; }
p { color: rgb(188,54,140); }
H1.HeaderClassName
{
color: #BC368C;
}
.AnyTagClassName
{
color: #BC368C;
}
</style>
background-color css
<style>
a { background-color: #BC368C; }
a { background-color: rgb(188,54,140); }
div.DivClassName
{
background-color: #BC368C;
}
.BgClassName
{
background-color: #BC368C;
}
</style>
border-color css
<style>
span { border-color: #BC368C; }
span { border-color: rgb(188,54,140); }
td.TdClassName
{
border-color: #BC368C;
}
.TagClassName
{
border-color: #BC368C;
}
</style>