Shades of Medium Red Violet #BC369B
Tints of Medium Red Violet #BC369B
RGB
CMYK
RGB Variations
Color information
#BC369B (or 0xBC369B) is known color: Medium Red Violet. HEX triplet: BC, 36 and 9B. RGB value is (188,54,155). Sum of RGB (Red+Green+Blue) = 188+54+155=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC369B is #43C964. Grayscale: #696969. Windows color (decimal): -4442469 or 10172092. OLE color: 10172092.
HSL color Cylindrical-coordinate representation of color #BC369B: hue angle of 314.78º 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 #BC369B is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 155 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.26 |
| HSL | 314.78º | 0.55% | 0.47% | - |
| HSV(B) | 314.78º | 0.71% | 0.74% | - |
| XYZ | 27.97 | 15.7 | 32.57 | - |
| YUV | 105.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 155 | 0 | 0.71 | 0.18 | 0.26 | 314.78 | 0.55 | 0.47 |
| Hex | BC | 36 | 9B | 0 | 47 | 12 | 1A | 13B | 37 | 2F |
| Octal | 274 | 66 | 233 | 0 | 107 | 22 | 32 | 473 | 67 | 57 |
| Binary | 10111100 | 110110 | 10011011 | 0 | 1000111 | 10010 | 11010 | 100111011 | 110111 | 101111 |
Color Harmonies of #BC369B
Complementary color
Monochromatic Colors of #BC369B
Black with #BC369B
Text Example
Text Example
White with #BC369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC369B; }
p { color: rgb(188,54,155); }
H1.HeaderClassName
{
color: #BC369B;
}
.AnyTagClassName
{
color: #BC369B;
}
</style>
background-color css
<style>
a { background-color: #BC369B; }
a { background-color: rgb(188,54,155); }
div.DivClassName
{
background-color: #BC369B;
}
.BgClassName
{
background-color: #BC369B;
}
</style>
border-color css
<style>
span { border-color: #BC369B; }
span { border-color: rgb(188,54,155); }
td.TdClassName
{
border-color: #BC369B;
}
.TagClassName
{
border-color: #BC369B;
}
</style>