Shades of Medium Violet Red #BD188B
Tints of Medium Violet Red #BD188B
RGB
CMYK
RGB Variations
Color information
#BD188B (or 0xBD188B) is known color: Medium Violet Red. HEX triplet: BD, 18 and 8B. RGB value is (189,24,139). Sum of RGB (Red+Green+Blue) = 189+24+139=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD188B is #42E774. Grayscale: #565656. Windows color (decimal): -4384629 or 9115837. OLE color: 9115837.
HSL color Cylindrical-coordinate representation of color #BD188B: hue angle of 318.18º 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 #BD188B is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 139 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.26 |
| HSL | 318.18º | 0.77% | 0.42% | - |
| HSV(B) | 318.18º | 0.87% | 0.74% | - |
| XYZ | 25.97 | 13.34 | 25.63 | - |
| YUV | 86.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 139 | 0 | 0.87 | 0.26 | 0.26 | 318.18 | 0.77 | 0.42 |
| Hex | BD | 18 | 8B | 0 | 57 | 1A | 1A | 13E | 4D | 2A |
| Octal | 275 | 30 | 213 | 0 | 127 | 32 | 32 | 476 | 115 | 52 |
| Binary | 10111101 | 11000 | 10001011 | 0 | 1010111 | 11010 | 11010 | 100111110 | 1001101 | 101010 |
Color Harmonies of #BD188B
Complementary color
Monochromatic Colors of #BD188B
Black with #BD188B
Text Example
Text Example
White with #BD188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD188B; }
p { color: rgb(189,24,139); }
H1.HeaderClassName
{
color: #BD188B;
}
.AnyTagClassName
{
color: #BD188B;
}
</style>
background-color css
<style>
a { background-color: #BD188B; }
a { background-color: rgb(189,24,139); }
div.DivClassName
{
background-color: #BD188B;
}
.BgClassName
{
background-color: #BD188B;
}
</style>
border-color css
<style>
span { border-color: #BD188B; }
span { border-color: rgb(189,24,139); }
td.TdClassName
{
border-color: #BD188B;
}
.TagClassName
{
border-color: #BD188B;
}
</style>