Shades of Medium Violet Red #BD148D
Tints of Medium Violet Red #BD148D
RGB
CMYK
RGB Variations
Color information
#BD148D (or 0xBD148D) is known color: Medium Violet Red. HEX triplet: BD, 14 and 8D. RGB value is (189,20,141). Sum of RGB (Red+Green+Blue) = 189+20+141=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD148D is #42EB72. Grayscale: #545454. Windows color (decimal): -4385651 or 9245885. OLE color: 9245885.
HSL color Cylindrical-coordinate representation of color #BD148D: hue angle of 317.04º 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 #BD148D is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 141 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.26 |
| HSL | 317.04º | 0.81% | 0.41% | - |
| HSV(B) | 317.04º | 0.89% | 0.74% | - |
| XYZ | 26.04 | 13.24 | 26.38 | - |
| YUV | 84.33 | 159.99 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 141 | 0 | 0.89 | 0.25 | 0.26 | 317.04 | 0.81 | 0.41 |
| Hex | BD | 14 | 8D | 0 | 59 | 19 | 1A | 13D | 51 | 29 |
| Octal | 275 | 24 | 215 | 0 | 131 | 31 | 32 | 475 | 121 | 51 |
| Binary | 10111101 | 10100 | 10001101 | 0 | 1011001 | 11001 | 11010 | 100111101 | 1010001 | 101001 |
Color Harmonies of #BD148D
Complementary color
Monochromatic Colors of #BD148D
Black with #BD148D
Text Example
Text Example
White with #BD148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD148D; }
p { color: rgb(189,20,141); }
H1.HeaderClassName
{
color: #BD148D;
}
.AnyTagClassName
{
color: #BD148D;
}
</style>
background-color css
<style>
a { background-color: #BD148D; }
a { background-color: rgb(189,20,141); }
div.DivClassName
{
background-color: #BD148D;
}
.BgClassName
{
background-color: #BD148D;
}
</style>
border-color css
<style>
span { border-color: #BD148D; }
span { border-color: rgb(189,20,141); }
td.TdClassName
{
border-color: #BD148D;
}
.TagClassName
{
border-color: #BD148D;
}
</style>