Shades of Medium Violet Red #BC037B
Tints of Medium Violet Red #BC037B
RGB
CMYK
RGB Variations
Color information
#BC037B (or 0xBC037B) is known color: Medium Violet Red. HEX triplet: BC, 03 and 7B. RGB value is (188,3,123). Sum of RGB (Red+Green+Blue) = 188+3+123=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC037B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC037B is #43FC84. Grayscale: #474747. Windows color (decimal): -4455557 or 8061884. OLE color: 8061884.
HSL color Cylindrical-coordinate representation of color #BC037B: hue angle of 321.08º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC037B is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.26 |
| HSL | 321.08º | 0.97% | 0.37% | - |
| HSV(B) | 321.08º | 0.98% | 0.74% | - |
| XYZ | 24.35 | 12.19 | 19.81 | - |
| YUV | 72 | 156.79 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 123 | 0 | 0.98 | 0.35 | 0.26 | 321.08 | 0.97 | 0.37 |
| Hex | BC | 3 | 7B | 0 | 62 | 23 | 1A | 141 | 61 | 25 |
| Octal | 274 | 3 | 173 | 0 | 142 | 43 | 32 | 501 | 141 | 45 |
| Binary | 10111100 | 11 | 1111011 | 0 | 1100010 | 100011 | 11010 | 101000001 | 1100001 | 100101 |
Color Harmonies of #BC037B
Complementary color
Monochromatic Colors of #BC037B
Black with #BC037B
Text Example
Text Example
White with #BC037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC037B; }
p { color: rgb(188,3,123); }
H1.HeaderClassName
{
color: #BC037B;
}
.AnyTagClassName
{
color: #BC037B;
}
</style>
background-color css
<style>
a { background-color: #BC037B; }
a { background-color: rgb(188,3,123); }
div.DivClassName
{
background-color: #BC037B;
}
.BgClassName
{
background-color: #BC037B;
}
</style>
border-color css
<style>
span { border-color: #BC037B; }
span { border-color: rgb(188,3,123); }
td.TdClassName
{
border-color: #BC037B;
}
.TagClassName
{
border-color: #BC037B;
}
</style>