Shades of Medium Violet Red #BD149C
Tints of Medium Violet Red #BD149C
RGB
CMYK
RGB Variations
Color information
#BD149C (or 0xBD149C) is known color: Medium Violet Red. HEX triplet: BD, 14 and 9C. RGB value is (189,20,156). Sum of RGB (Red+Green+Blue) = 189+20+156=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD149C is #42EB63. Grayscale: #555555. Windows color (decimal): -4385636 or 10228925. OLE color: 10228925.
HSL color Cylindrical-coordinate representation of color #BD149C: hue angle of 311.72º 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 #BD149C is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 156 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.26 |
| HSL | 311.72º | 0.81% | 0.41% | - |
| HSV(B) | 311.72º | 0.89% | 0.74% | - |
| XYZ | 27.24 | 13.72 | 32.67 | - |
| YUV | 86.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 156 | 0 | 0.89 | 0.17 | 0.26 | 311.72 | 0.81 | 0.41 |
| Hex | BD | 14 | 9C | 0 | 59 | 11 | 1A | 138 | 51 | 29 |
| Octal | 275 | 24 | 234 | 0 | 131 | 21 | 32 | 470 | 121 | 51 |
| Binary | 10111101 | 10100 | 10011100 | 0 | 1011001 | 10001 | 11010 | 100111000 | 1010001 | 101001 |
Color Harmonies of #BD149C
Complementary color
Monochromatic Colors of #BD149C
Black with #BD149C
Text Example
Text Example
White with #BD149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD149C; }
p { color: rgb(189,20,156); }
H1.HeaderClassName
{
color: #BD149C;
}
.AnyTagClassName
{
color: #BD149C;
}
</style>
background-color css
<style>
a { background-color: #BD149C; }
a { background-color: rgb(189,20,156); }
div.DivClassName
{
background-color: #BD149C;
}
.BgClassName
{
background-color: #BD149C;
}
</style>
border-color css
<style>
span { border-color: #BD149C; }
span { border-color: rgb(189,20,156); }
td.TdClassName
{
border-color: #BD149C;
}
.TagClassName
{
border-color: #BD149C;
}
</style>