Shades of Medium Violet Red #BD158C
Tints of Medium Violet Red #BD158C
RGB
CMYK
RGB Variations
Color information
#BD158C (or 0xBD158C) is known color: Medium Violet Red. HEX triplet: BD, 15 and 8C. RGB value is (189,21,140). Sum of RGB (Red+Green+Blue) = 189+21+140=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD158C is #42EA73. Grayscale: #545454. Windows color (decimal): -4385396 or 9180605. OLE color: 9180605.
HSL color Cylindrical-coordinate representation of color #BD158C: hue angle of 317.5º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD158C is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 140 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.26 |
| HSL | 317.5º | 0.8% | 0.41% | - |
| HSV(B) | 317.5º | 0.89% | 0.74% | - |
| XYZ | 25.99 | 13.25 | 26 | - |
| YUV | 84.8 | 159.16 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 140 | 0 | 0.89 | 0.26 | 0.26 | 317.5 | 0.8 | 0.41 |
| Hex | BD | 15 | 8C | 0 | 59 | 1A | 1A | 13E | 50 | 29 |
| Octal | 275 | 25 | 214 | 0 | 131 | 32 | 32 | 476 | 120 | 51 |
| Binary | 10111101 | 10101 | 10001100 | 0 | 1011001 | 11010 | 11010 | 100111110 | 1010000 | 101001 |
Color Harmonies of #BD158C
Complementary color
Monochromatic Colors of #BD158C
Black with #BD158C
Text Example
Text Example
White with #BD158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD158C; }
p { color: rgb(189,21,140); }
H1.HeaderClassName
{
color: #BD158C;
}
.AnyTagClassName
{
color: #BD158C;
}
</style>
background-color css
<style>
a { background-color: #BD158C; }
a { background-color: rgb(189,21,140); }
div.DivClassName
{
background-color: #BD158C;
}
.BgClassName
{
background-color: #BD158C;
}
</style>
border-color css
<style>
span { border-color: #BD158C; }
span { border-color: rgb(189,21,140); }
td.TdClassName
{
border-color: #BD158C;
}
.TagClassName
{
border-color: #BD158C;
}
</style>