Shades of Medium Violet Red #BD187D
Tints of Medium Violet Red #BD187D
RGB
CMYK
RGB Variations
Color information
#BD187D (or 0xBD187D) is known color: Medium Violet Red. HEX triplet: BD, 18 and 7D. RGB value is (189,24,125). Sum of RGB (Red+Green+Blue) = 189+24+125=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD187D is #42E782. Grayscale: #545454. Windows color (decimal): -4384643 or 8198333. OLE color: 8198333.
HSL color Cylindrical-coordinate representation of color #BD187D: hue angle of 323.27º 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 #BD187D is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 125 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.26 |
| HSL | 323.27º | 0.77% | 0.42% | - |
| HSV(B) | 323.27º | 0.87% | 0.74% | - |
| XYZ | 25.01 | 12.95 | 20.58 | - |
| YUV | 84.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 125 | 0 | 0.87 | 0.34 | 0.26 | 323.27 | 0.77 | 0.42 |
| Hex | BD | 18 | 7D | 0 | 57 | 22 | 1A | 143 | 4D | 2A |
| Octal | 275 | 30 | 175 | 0 | 127 | 42 | 32 | 503 | 115 | 52 |
| Binary | 10111101 | 11000 | 1111101 | 0 | 1010111 | 100010 | 11010 | 101000011 | 1001101 | 101010 |
Color Harmonies of #BD187D
Complementary color
Monochromatic Colors of #BD187D
Black with #BD187D
Text Example
Text Example
White with #BD187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD187D; }
p { color: rgb(189,24,125); }
H1.HeaderClassName
{
color: #BD187D;
}
.AnyTagClassName
{
color: #BD187D;
}
</style>
background-color css
<style>
a { background-color: #BD187D; }
a { background-color: rgb(189,24,125); }
div.DivClassName
{
background-color: #BD187D;
}
.BgClassName
{
background-color: #BD187D;
}
</style>
border-color css
<style>
span { border-color: #BD187D; }
span { border-color: rgb(189,24,125); }
td.TdClassName
{
border-color: #BD187D;
}
.TagClassName
{
border-color: #BD187D;
}
</style>