Shades of Medium Red Violet #BC367E
Tints of Medium Red Violet #BC367E
RGB
CMYK
RGB Variations
Color information
#BC367E (or 0xBC367E) is known color: Medium Red Violet. HEX triplet: BC, 36 and 7E. RGB value is (188,54,126). Sum of RGB (Red+Green+Blue) = 188+54+126=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC367E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC367E is #43C981. Grayscale: #666666. Windows color (decimal): -4442498 or 8271548. OLE color: 8271548.
HSL color Cylindrical-coordinate representation of color #BC367E: hue angle of 327.76º 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 #BC367E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 126 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.26 |
| HSL | 327.76º | 0.55% | 0.47% | - |
| HSV(B) | 327.76º | 0.71% | 0.74% | - |
| XYZ | 25.82 | 14.84 | 21.24 | - |
| YUV | 102.27 | 141.39 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 126 | 0 | 0.71 | 0.33 | 0.26 | 327.76 | 0.55 | 0.47 |
| Hex | BC | 36 | 7E | 0 | 47 | 21 | 1A | 148 | 37 | 2F |
| Octal | 274 | 66 | 176 | 0 | 107 | 41 | 32 | 510 | 67 | 57 |
| Binary | 10111100 | 110110 | 1111110 | 0 | 1000111 | 100001 | 11010 | 101001000 | 110111 | 101111 |
Color Harmonies of #BC367E
Complementary color
Monochromatic Colors of #BC367E
Black with #BC367E
Text Example
Text Example
White with #BC367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC367E; }
p { color: rgb(188,54,126); }
H1.HeaderClassName
{
color: #BC367E;
}
.AnyTagClassName
{
color: #BC367E;
}
</style>
background-color css
<style>
a { background-color: #BC367E; }
a { background-color: rgb(188,54,126); }
div.DivClassName
{
background-color: #BC367E;
}
.BgClassName
{
background-color: #BC367E;
}
</style>
border-color css
<style>
span { border-color: #BC367E; }
span { border-color: rgb(188,54,126); }
td.TdClassName
{
border-color: #BC367E;
}
.TagClassName
{
border-color: #BC367E;
}
</style>