Shades of Medium Violet Red #BC149D
Tints of Medium Violet Red #BC149D
RGB
CMYK
RGB Variations
Color information
#BC149D (or 0xBC149D) is known color: Medium Violet Red. HEX triplet: BC, 14 and 9D. RGB value is (188,20,157). Sum of RGB (Red+Green+Blue) = 188+20+157=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC149D is #43EB62. Grayscale: #555555. Windows color (decimal): -4451171 or 10294460. OLE color: 10294460.
HSL color Cylindrical-coordinate representation of color #BC149D: hue angle of 311.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC149D is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 157 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.26 |
| HSL | 311.07º | 0.81% | 0.41% | - |
| HSV(B) | 311.07º | 0.89% | 0.74% | - |
| XYZ | 27.08 | 13.63 | 33.1 | - |
| YUV | 85.85 | 168.16 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 157 | 0 | 0.89 | 0.16 | 0.26 | 311.07 | 0.81 | 0.41 |
| Hex | BC | 14 | 9D | 0 | 59 | 10 | 1A | 137 | 51 | 29 |
| Octal | 274 | 24 | 235 | 0 | 131 | 20 | 32 | 467 | 121 | 51 |
| Binary | 10111100 | 10100 | 10011101 | 0 | 1011001 | 10000 | 11010 | 100110111 | 1010001 | 101001 |
Color Harmonies of #BC149D
Complementary color
Monochromatic Colors of #BC149D
Black with #BC149D
Text Example
Text Example
White with #BC149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC149D; }
p { color: rgb(188,20,157); }
H1.HeaderClassName
{
color: #BC149D;
}
.AnyTagClassName
{
color: #BC149D;
}
</style>
background-color css
<style>
a { background-color: #BC149D; }
a { background-color: rgb(188,20,157); }
div.DivClassName
{
background-color: #BC149D;
}
.BgClassName
{
background-color: #BC149D;
}
</style>
border-color css
<style>
span { border-color: #BC149D; }
span { border-color: rgb(188,20,157); }
td.TdClassName
{
border-color: #BC149D;
}
.TagClassName
{
border-color: #BC149D;
}
</style>