Shades of Medium Violet Red #BC149B
Tints of Medium Violet Red #BC149B
RGB
CMYK
RGB Variations
Color information
#BC149B (or 0xBC149B) is known color: Medium Violet Red. HEX triplet: BC, 14 and 9B. RGB value is (188,20,155). Sum of RGB (Red+Green+Blue) = 188+20+155=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC149B is #43EB64. Grayscale: #555555. Windows color (decimal): -4451173 or 10163388. OLE color: 10163388.
HSL color Cylindrical-coordinate representation of color #BC149B: hue angle of 311.79º 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 #BC149B is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 155 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.26 |
| HSL | 311.79º | 0.81% | 0.41% | - |
| HSV(B) | 311.79º | 0.89% | 0.74% | - |
| XYZ | 26.91 | 13.56 | 32.21 | - |
| YUV | 85.62 | 167.16 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 155 | 0 | 0.89 | 0.18 | 0.26 | 311.79 | 0.81 | 0.41 |
| Hex | BC | 14 | 9B | 0 | 59 | 12 | 1A | 138 | 51 | 29 |
| Octal | 274 | 24 | 233 | 0 | 131 | 22 | 32 | 470 | 121 | 51 |
| Binary | 10111100 | 10100 | 10011011 | 0 | 1011001 | 10010 | 11010 | 100111000 | 1010001 | 101001 |
Color Harmonies of #BC149B
Complementary color
Monochromatic Colors of #BC149B
Black with #BC149B
Text Example
Text Example
White with #BC149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC149B; }
p { color: rgb(188,20,155); }
H1.HeaderClassName
{
color: #BC149B;
}
.AnyTagClassName
{
color: #BC149B;
}
</style>
background-color css
<style>
a { background-color: #BC149B; }
a { background-color: rgb(188,20,155); }
div.DivClassName
{
background-color: #BC149B;
}
.BgClassName
{
background-color: #BC149B;
}
</style>
border-color css
<style>
span { border-color: #BC149B; }
span { border-color: rgb(188,20,155); }
td.TdClassName
{
border-color: #BC149B;
}
.TagClassName
{
border-color: #BC149B;
}
</style>