Shades of Medium Violet Red #BD148F
Tints of Medium Violet Red #BD148F
RGB
CMYK
RGB Variations
Color information
#BD148F (or 0xBD148F) is known color: Medium Violet Red. HEX triplet: BD, 14 and 8F. RGB value is (189,20,143). Sum of RGB (Red+Green+Blue) = 189+20+143=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD148F is #42EB70. Grayscale: #545454. Windows color (decimal): -4385649 or 9376957. OLE color: 9376957.
HSL color Cylindrical-coordinate representation of color #BD148F: hue angle of 316.33º 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 #BD148F is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 143 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.26 |
| HSL | 316.33º | 0.81% | 0.41% | - |
| HSV(B) | 316.33º | 0.89% | 0.74% | - |
| XYZ | 26.19 | 13.3 | 27.17 | - |
| YUV | 84.55 | 160.99 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 143 | 0 | 0.89 | 0.24 | 0.26 | 316.33 | 0.81 | 0.41 |
| Hex | BD | 14 | 8F | 0 | 59 | 18 | 1A | 13C | 51 | 29 |
| Octal | 275 | 24 | 217 | 0 | 131 | 30 | 32 | 474 | 121 | 51 |
| Binary | 10111101 | 10100 | 10001111 | 0 | 1011001 | 11000 | 11010 | 100111100 | 1010001 | 101001 |
Color Harmonies of #BD148F
Complementary color
Monochromatic Colors of #BD148F
Black with #BD148F
Text Example
Text Example
White with #BD148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD148F; }
p { color: rgb(189,20,143); }
H1.HeaderClassName
{
color: #BD148F;
}
.AnyTagClassName
{
color: #BD148F;
}
</style>
background-color css
<style>
a { background-color: #BD148F; }
a { background-color: rgb(189,20,143); }
div.DivClassName
{
background-color: #BD148F;
}
.BgClassName
{
background-color: #BD148F;
}
</style>
border-color css
<style>
span { border-color: #BD148F; }
span { border-color: rgb(189,20,143); }
td.TdClassName
{
border-color: #BD148F;
}
.TagClassName
{
border-color: #BD148F;
}
</style>