Shades of Medium Violet Red #BD156C
Tints of Medium Violet Red #BD156C
RGB
CMYK
RGB Variations
Color information
#BD156C (or 0xBD156C) is known color: Medium Violet Red. HEX triplet: BD, 15 and 6C. RGB value is (189,21,108). Sum of RGB (Red+Green+Blue) = 189+21+108=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD156C is #42EA93. Grayscale: #505050. Windows color (decimal): -4385428 or 7083453. OLE color: 7083453.
HSL color Cylindrical-coordinate representation of color #BD156C: hue angle of 328.93º 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 #BD156C is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 108 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.26 |
| HSL | 328.93º | 0.8% | 0.41% | - |
| HSV(B) | 328.93º | 0.89% | 0.74% | - |
| XYZ | 23.96 | 12.44 | 15.33 | - |
| YUV | 81.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 108 | 0 | 0.89 | 0.43 | 0.26 | 328.93 | 0.8 | 0.41 |
| Hex | BD | 15 | 6C | 0 | 59 | 2B | 1A | 149 | 50 | 29 |
| Octal | 275 | 25 | 154 | 0 | 131 | 53 | 32 | 511 | 120 | 51 |
| Binary | 10111101 | 10101 | 1101100 | 0 | 1011001 | 101011 | 11010 | 101001001 | 1010000 | 101001 |
Color Harmonies of #BD156C
Complementary color
Monochromatic Colors of #BD156C
Black with #BD156C
Text Example
Text Example
White with #BD156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD156C; }
p { color: rgb(189,21,108); }
H1.HeaderClassName
{
color: #BD156C;
}
.AnyTagClassName
{
color: #BD156C;
}
</style>
background-color css
<style>
a { background-color: #BD156C; }
a { background-color: rgb(189,21,108); }
div.DivClassName
{
background-color: #BD156C;
}
.BgClassName
{
background-color: #BD156C;
}
</style>
border-color css
<style>
span { border-color: #BD156C; }
span { border-color: rgb(189,21,108); }
td.TdClassName
{
border-color: #BD156C;
}
.TagClassName
{
border-color: #BD156C;
}
</style>