Shades of Medium Violet Red #BD189B
Tints of Medium Violet Red #BD189B
RGB
CMYK
RGB Variations
Color information
#BD189B (or 0xBD189B) is known color: Medium Violet Red. HEX triplet: BD, 18 and 9B. RGB value is (189,24,155). Sum of RGB (Red+Green+Blue) = 189+24+155=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD189B is #42E764. Grayscale: #575757. Windows color (decimal): -4384613 or 10164413. OLE color: 10164413.
HSL color Cylindrical-coordinate representation of color #BD189B: hue angle of 312.36º 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 #BD189B is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 155 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.26 |
| HSL | 312.36º | 0.77% | 0.42% | - |
| HSV(B) | 312.36º | 0.87% | 0.74% | - |
| XYZ | 27.23 | 13.84 | 32.25 | - |
| YUV | 88.27 | 165.66 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 155 | 0 | 0.87 | 0.18 | 0.26 | 312.36 | 0.77 | 0.42 |
| Hex | BD | 18 | 9B | 0 | 57 | 12 | 1A | 138 | 4D | 2A |
| Octal | 275 | 30 | 233 | 0 | 127 | 22 | 32 | 470 | 115 | 52 |
| Binary | 10111101 | 11000 | 10011011 | 0 | 1010111 | 10010 | 11010 | 100111000 | 1001101 | 101010 |
Color Harmonies of #BD189B
Complementary color
Monochromatic Colors of #BD189B
Black with #BD189B
Text Example
Text Example
White with #BD189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD189B; }
p { color: rgb(189,24,155); }
H1.HeaderClassName
{
color: #BD189B;
}
.AnyTagClassName
{
color: #BD189B;
}
</style>
background-color css
<style>
a { background-color: #BD189B; }
a { background-color: rgb(189,24,155); }
div.DivClassName
{
background-color: #BD189B;
}
.BgClassName
{
background-color: #BD189B;
}
</style>
border-color css
<style>
span { border-color: #BD189B; }
span { border-color: rgb(189,24,155); }
td.TdClassName
{
border-color: #BD189B;
}
.TagClassName
{
border-color: #BD189B;
}
</style>