Shades of Medium Violet Red #BD1688
Tints of Medium Violet Red #BD1688
RGB
CMYK
RGB Variations
Color information
#BD1688 (or 0xBD1688) is known color: Medium Violet Red. HEX triplet: BD, 16 and 88. RGB value is (189,22,136). Sum of RGB (Red+Green+Blue) = 189+22+136=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1688 is #42E977. Grayscale: #545454. Windows color (decimal): -4385144 or 8918717. OLE color: 8918717.
HSL color Cylindrical-coordinate representation of color #BD1688: hue angle of 319.04º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1688 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 136 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.26 |
| HSL | 319.04º | 0.79% | 0.41% | - |
| HSV(B) | 319.04º | 0.88% | 0.74% | - |
| XYZ | 25.72 | 13.17 | 24.48 | - |
| YUV | 84.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 136 | 0 | 0.88 | 0.28 | 0.26 | 319.04 | 0.79 | 0.41 |
| Hex | BD | 16 | 88 | 0 | 58 | 1C | 1A | 13F | 4F | 29 |
| Octal | 275 | 26 | 210 | 0 | 130 | 34 | 32 | 477 | 117 | 51 |
| Binary | 10111101 | 10110 | 10001000 | 0 | 1011000 | 11100 | 11010 | 100111111 | 1001111 | 101001 |
Color Harmonies of #BD1688
Complementary color
Monochromatic Colors of #BD1688
Black with #BD1688
Text Example
Text Example
White with #BD1688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1688; }
p { color: rgb(189,22,136); }
H1.HeaderClassName
{
color: #BD1688;
}
.AnyTagClassName
{
color: #BD1688;
}
</style>
background-color css
<style>
a { background-color: #BD1688; }
a { background-color: rgb(189,22,136); }
div.DivClassName
{
background-color: #BD1688;
}
.BgClassName
{
background-color: #BD1688;
}
</style>
border-color css
<style>
span { border-color: #BD1688; }
span { border-color: rgb(189,22,136); }
td.TdClassName
{
border-color: #BD1688;
}
.TagClassName
{
border-color: #BD1688;
}
</style>