Shades of Medium Red Violet #BC369D
Tints of Medium Red Violet #BC369D
RGB
CMYK
RGB Variations
Color information
#BC369D (or 0xBC369D) is known color: Medium Red Violet. HEX triplet: BC, 36 and 9D. RGB value is (188,54,157). Sum of RGB (Red+Green+Blue) = 188+54+157=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC369D is #43C962. Grayscale: #696969. Windows color (decimal): -4442467 or 10303164. OLE color: 10303164.
HSL color Cylindrical-coordinate representation of color #BC369D: hue angle of 313.88º 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 #BC369D is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 157 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.26 |
| HSL | 313.88º | 0.55% | 0.47% | - |
| HSV(B) | 313.88º | 0.71% | 0.74% | - |
| XYZ | 28.14 | 15.76 | 33.46 | - |
| YUV | 105.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 157 | 0 | 0.71 | 0.16 | 0.26 | 313.88 | 0.55 | 0.47 |
| Hex | BC | 36 | 9D | 0 | 47 | 10 | 1A | 13A | 37 | 2F |
| Octal | 274 | 66 | 235 | 0 | 107 | 20 | 32 | 472 | 67 | 57 |
| Binary | 10111100 | 110110 | 10011101 | 0 | 1000111 | 10000 | 11010 | 100111010 | 110111 | 101111 |
Color Harmonies of #BC369D
Complementary color
Monochromatic Colors of #BC369D
Black with #BC369D
Text Example
Text Example
White with #BC369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC369D; }
p { color: rgb(188,54,157); }
H1.HeaderClassName
{
color: #BC369D;
}
.AnyTagClassName
{
color: #BC369D;
}
</style>
background-color css
<style>
a { background-color: #BC369D; }
a { background-color: rgb(188,54,157); }
div.DivClassName
{
background-color: #BC369D;
}
.BgClassName
{
background-color: #BC369D;
}
</style>
border-color css
<style>
span { border-color: #BC369D; }
span { border-color: rgb(188,54,157); }
td.TdClassName
{
border-color: #BC369D;
}
.TagClassName
{
border-color: #BC369D;
}
</style>