Shades of Medium Violet Red #BD138C
Tints of Medium Violet Red #BD138C
RGB
CMYK
RGB Variations
Color information
#BD138C (or 0xBD138C) is known color: Medium Violet Red. HEX triplet: BD, 13 and 8C. RGB value is (189,19,140). Sum of RGB (Red+Green+Blue) = 189+19+140=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD138C is #42EC73. Grayscale: #535353. Windows color (decimal): -4385908 or 9180093. OLE color: 9180093.
HSL color Cylindrical-coordinate representation of color #BD138C: hue angle of 317.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD138C is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 140 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.26 |
| HSL | 317.29º | 0.82% | 0.41% | - |
| HSV(B) | 317.29º | 0.9% | 0.74% | - |
| XYZ | 25.95 | 13.18 | 25.99 | - |
| YUV | 83.62 | 159.82 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 140 | 0 | 0.90 | 0.26 | 0.26 | 317.29 | 0.82 | 0.41 |
| Hex | BD | 13 | 8C | 0 | 5A | 1A | 1A | 13D | 52 | 29 |
| Octal | 275 | 23 | 214 | 0 | 132 | 32 | 32 | 475 | 122 | 51 |
| Binary | 10111101 | 10011 | 10001100 | 0 | 1011010 | 11010 | 11010 | 100111101 | 1010010 | 101001 |
Color Harmonies of #BD138C
Complementary color
Monochromatic Colors of #BD138C
Black with #BD138C
Text Example
Text Example
White with #BD138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD138C; }
p { color: rgb(189,19,140); }
H1.HeaderClassName
{
color: #BD138C;
}
.AnyTagClassName
{
color: #BD138C;
}
</style>
background-color css
<style>
a { background-color: #BD138C; }
a { background-color: rgb(189,19,140); }
div.DivClassName
{
background-color: #BD138C;
}
.BgClassName
{
background-color: #BD138C;
}
</style>
border-color css
<style>
span { border-color: #BD138C; }
span { border-color: rgb(189,19,140); }
td.TdClassName
{
border-color: #BD138C;
}
.TagClassName
{
border-color: #BD138C;
}
</style>