Shades of Medium Red Violet #BC369F
Tints of Medium Red Violet #BC369F
RGB
CMYK
RGB Variations
Color information
#BC369F (or 0xBC369F) is known color: Medium Red Violet. HEX triplet: BC, 36 and 9F. RGB value is (188,54,159). Sum of RGB (Red+Green+Blue) = 188+54+159=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC369F is #43C960. Grayscale: #696969. Windows color (decimal): -4442465 or 10434236. OLE color: 10434236.
HSL color Cylindrical-coordinate representation of color #BC369F: hue angle of 312.99º 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 #BC369F is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 159 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.26 |
| HSL | 312.99º | 0.55% | 0.47% | - |
| HSV(B) | 312.99º | 0.71% | 0.74% | - |
| XYZ | 28.32 | 15.83 | 34.36 | - |
| YUV | 106.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 159 | 0 | 0.71 | 0.15 | 0.26 | 312.99 | 0.55 | 0.47 |
| Hex | BC | 36 | 9F | 0 | 47 | F | 1A | 139 | 37 | 2F |
| Octal | 274 | 66 | 237 | 0 | 107 | 17 | 32 | 471 | 67 | 57 |
| Binary | 10111100 | 110110 | 10011111 | 0 | 1000111 | 1111 | 11010 | 100111001 | 110111 | 101111 |
Color Harmonies of #BC369F
Complementary color
Monochromatic Colors of #BC369F
Black with #BC369F
Text Example
Text Example
White with #BC369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC369F; }
p { color: rgb(188,54,159); }
H1.HeaderClassName
{
color: #BC369F;
}
.AnyTagClassName
{
color: #BC369F;
}
</style>
background-color css
<style>
a { background-color: #BC369F; }
a { background-color: rgb(188,54,159); }
div.DivClassName
{
background-color: #BC369F;
}
.BgClassName
{
background-color: #BC369F;
}
</style>
border-color css
<style>
span { border-color: #BC369F; }
span { border-color: rgb(188,54,159); }
td.TdClassName
{
border-color: #BC369F;
}
.TagClassName
{
border-color: #BC369F;
}
</style>