Shades of Medium Violet Red #BD149F
Tints of Medium Violet Red #BD149F
RGB
CMYK
RGB Variations
Color information
#BD149F (or 0xBD149F) is known color: Medium Violet Red. HEX triplet: BD, 14 and 9F. RGB value is (189,20,159). Sum of RGB (Red+Green+Blue) = 189+20+159=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD149F is #42EB60. Grayscale: #555555. Windows color (decimal): -4385633 or 10425533. OLE color: 10425533.
HSL color Cylindrical-coordinate representation of color #BD149F: hue angle of 310.65º 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 #BD149F is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 159 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.26 |
| HSL | 310.65º | 0.81% | 0.41% | - |
| HSV(B) | 310.65º | 0.89% | 0.74% | - |
| XYZ | 27.49 | 13.82 | 34.02 | - |
| YUV | 86.38 | 168.99 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 159 | 0 | 0.89 | 0.16 | 0.26 | 310.65 | 0.81 | 0.41 |
| Hex | BD | 14 | 9F | 0 | 59 | 10 | 1A | 137 | 51 | 29 |
| Octal | 275 | 24 | 237 | 0 | 131 | 20 | 32 | 467 | 121 | 51 |
| Binary | 10111101 | 10100 | 10011111 | 0 | 1011001 | 10000 | 11010 | 100110111 | 1010001 | 101001 |
Color Harmonies of #BD149F
Complementary color
Monochromatic Colors of #BD149F
Black with #BD149F
Text Example
Text Example
White with #BD149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD149F; }
p { color: rgb(189,20,159); }
H1.HeaderClassName
{
color: #BD149F;
}
.AnyTagClassName
{
color: #BD149F;
}
</style>
background-color css
<style>
a { background-color: #BD149F; }
a { background-color: rgb(189,20,159); }
div.DivClassName
{
background-color: #BD149F;
}
.BgClassName
{
background-color: #BD149F;
}
</style>
border-color css
<style>
span { border-color: #BD149F; }
span { border-color: rgb(189,20,159); }
td.TdClassName
{
border-color: #BD149F;
}
.TagClassName
{
border-color: #BD149F;
}
</style>