Shades of Medium Red Violet #BC369E
Tints of Medium Red Violet #BC369E
RGB
CMYK
RGB Variations
Color information
#BC369E (or 0xBC369E) is known color: Medium Red Violet. HEX triplet: BC, 36 and 9E. RGB value is (188,54,158). Sum of RGB (Red+Green+Blue) = 188+54+158=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC369E is #43C961. Grayscale: #696969. Windows color (decimal): -4442466 or 10368700. OLE color: 10368700.
HSL color Cylindrical-coordinate representation of color #BC369E: hue angle of 313.43º 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 #BC369E is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 158 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.26 |
| HSL | 313.43º | 0.55% | 0.47% | - |
| HSV(B) | 313.43º | 0.71% | 0.74% | - |
| XYZ | 28.23 | 15.8 | 33.91 | - |
| YUV | 105.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 158 | 0 | 0.71 | 0.16 | 0.26 | 313.43 | 0.55 | 0.47 |
| Hex | BC | 36 | 9E | 0 | 47 | 10 | 1A | 139 | 37 | 2F |
| Octal | 274 | 66 | 236 | 0 | 107 | 20 | 32 | 471 | 67 | 57 |
| Binary | 10111100 | 110110 | 10011110 | 0 | 1000111 | 10000 | 11010 | 100111001 | 110111 | 101111 |
Color Harmonies of #BC369E
Complementary color
Monochromatic Colors of #BC369E
Black with #BC369E
Text Example
Text Example
White with #BC369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC369E; }
p { color: rgb(188,54,158); }
H1.HeaderClassName
{
color: #BC369E;
}
.AnyTagClassName
{
color: #BC369E;
}
</style>
background-color css
<style>
a { background-color: #BC369E; }
a { background-color: rgb(188,54,158); }
div.DivClassName
{
background-color: #BC369E;
}
.BgClassName
{
background-color: #BC369E;
}
</style>
border-color css
<style>
span { border-color: #BC369E; }
span { border-color: rgb(188,54,158); }
td.TdClassName
{
border-color: #BC369E;
}
.TagClassName
{
border-color: #BC369E;
}
</style>