Shades of Medium Violet Red #BD189F
Tints of Medium Violet Red #BD189F
RGB
CMYK
RGB Variations
Color information
#BD189F (or 0xBD189F) is known color: Medium Violet Red. HEX triplet: BD, 18 and 9F. RGB value is (189,24,159). Sum of RGB (Red+Green+Blue) = 189+24+159=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD189F is #42E760. Grayscale: #585858. Windows color (decimal): -4384609 or 10426557. OLE color: 10426557.
HSL color Cylindrical-coordinate representation of color #BD189F: hue angle of 310.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD189F is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 159 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.26 |
| HSL | 310.91º | 0.77% | 0.42% | - |
| HSV(B) | 310.91º | 0.87% | 0.74% | - |
| XYZ | 27.57 | 13.98 | 34.05 | - |
| YUV | 88.73 | 167.66 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 159 | 0 | 0.87 | 0.16 | 0.26 | 310.91 | 0.77 | 0.42 |
| Hex | BD | 18 | 9F | 0 | 57 | 10 | 1A | 137 | 4D | 2A |
| Octal | 275 | 30 | 237 | 0 | 127 | 20 | 32 | 467 | 115 | 52 |
| Binary | 10111101 | 11000 | 10011111 | 0 | 1010111 | 10000 | 11010 | 100110111 | 1001101 | 101010 |
Color Harmonies of #BD189F
Complementary color
Monochromatic Colors of #BD189F
Black with #BD189F
Text Example
Text Example
White with #BD189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD189F; }
p { color: rgb(189,24,159); }
H1.HeaderClassName
{
color: #BD189F;
}
.AnyTagClassName
{
color: #BD189F;
}
</style>
background-color css
<style>
a { background-color: #BD189F; }
a { background-color: rgb(189,24,159); }
div.DivClassName
{
background-color: #BD189F;
}
.BgClassName
{
background-color: #BD189F;
}
</style>
border-color css
<style>
span { border-color: #BD189F; }
span { border-color: rgb(189,24,159); }
td.TdClassName
{
border-color: #BD189F;
}
.TagClassName
{
border-color: #BD189F;
}
</style>