Shades of Medium Red Violet #BC367B
Tints of Medium Red Violet #BC367B
RGB
CMYK
RGB Variations
Color information
#BC367B (or 0xBC367B) is known color: Medium Red Violet. HEX triplet: BC, 36 and 7B. RGB value is (188,54,123). Sum of RGB (Red+Green+Blue) = 188+54+123=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC367B is #43C984. Grayscale: #656565. Windows color (decimal): -4442501 or 8074940. OLE color: 8074940.
HSL color Cylindrical-coordinate representation of color #BC367B: hue angle of 329.1º 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 #BC367B is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 123 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.26 |
| HSL | 329.1º | 0.55% | 0.47% | - |
| HSV(B) | 329.1º | 0.71% | 0.74% | - |
| XYZ | 25.63 | 14.76 | 20.24 | - |
| YUV | 101.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 123 | 0 | 0.71 | 0.35 | 0.26 | 329.1 | 0.55 | 0.47 |
| Hex | BC | 36 | 7B | 0 | 47 | 23 | 1A | 149 | 37 | 2F |
| Octal | 274 | 66 | 173 | 0 | 107 | 43 | 32 | 511 | 67 | 57 |
| Binary | 10111100 | 110110 | 1111011 | 0 | 1000111 | 100011 | 11010 | 101001001 | 110111 | 101111 |
Color Harmonies of #BC367B
Complementary color
Monochromatic Colors of #BC367B
Black with #BC367B
Text Example
Text Example
White with #BC367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC367B; }
p { color: rgb(188,54,123); }
H1.HeaderClassName
{
color: #BC367B;
}
.AnyTagClassName
{
color: #BC367B;
}
</style>
background-color css
<style>
a { background-color: #BC367B; }
a { background-color: rgb(188,54,123); }
div.DivClassName
{
background-color: #BC367B;
}
.BgClassName
{
background-color: #BC367B;
}
</style>
border-color css
<style>
span { border-color: #BC367B; }
span { border-color: rgb(188,54,123); }
td.TdClassName
{
border-color: #BC367B;
}
.TagClassName
{
border-color: #BC367B;
}
</style>