Shades of Medium Violet Red #BD188F
Tints of Medium Violet Red #BD188F
RGB
CMYK
RGB Variations
Color information
#BD188F (or 0xBD188F) is known color: Medium Violet Red. HEX triplet: BD, 18 and 8F. RGB value is (189,24,143). Sum of RGB (Red+Green+Blue) = 189+24+143=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD188F is #42E770. Grayscale: #565656. Windows color (decimal): -4384625 or 9377981. OLE color: 9377981.
HSL color Cylindrical-coordinate representation of color #BD188F: hue angle of 316.73º 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 #BD188F is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 143 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.26 |
| HSL | 316.73º | 0.77% | 0.42% | - |
| HSV(B) | 316.73º | 0.87% | 0.74% | - |
| XYZ | 26.27 | 13.46 | 27.2 | - |
| YUV | 86.9 | 159.66 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 143 | 0 | 0.87 | 0.24 | 0.26 | 316.73 | 0.77 | 0.42 |
| Hex | BD | 18 | 8F | 0 | 57 | 18 | 1A | 13D | 4D | 2A |
| Octal | 275 | 30 | 217 | 0 | 127 | 30 | 32 | 475 | 115 | 52 |
| Binary | 10111101 | 11000 | 10001111 | 0 | 1010111 | 11000 | 11010 | 100111101 | 1001101 | 101010 |
Color Harmonies of #BD188F
Complementary color
Monochromatic Colors of #BD188F
Black with #BD188F
Text Example
Text Example
White with #BD188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD188F; }
p { color: rgb(189,24,143); }
H1.HeaderClassName
{
color: #BD188F;
}
.AnyTagClassName
{
color: #BD188F;
}
</style>
background-color css
<style>
a { background-color: #BD188F; }
a { background-color: rgb(189,24,143); }
div.DivClassName
{
background-color: #BD188F;
}
.BgClassName
{
background-color: #BD188F;
}
</style>
border-color css
<style>
span { border-color: #BD188F; }
span { border-color: rgb(189,24,143); }
td.TdClassName
{
border-color: #BD188F;
}
.TagClassName
{
border-color: #BD188F;
}
</style>