Shades of Medium Violet Red #BD1691
Tints of Medium Violet Red #BD1691
RGB
CMYK
RGB Variations
Color information
#BD1691 (or 0xBD1691) is known color: Medium Violet Red. HEX triplet: BD, 16 and 91. RGB value is (189,22,145). Sum of RGB (Red+Green+Blue) = 189+22+145=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1691 is #42E96E. Grayscale: #555555. Windows color (decimal): -4385135 or 9508541. OLE color: 9508541.
HSL color Cylindrical-coordinate representation of color #BD1691: hue angle of 315.81º 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 #BD1691 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 145 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.26 |
| HSL | 315.81º | 0.79% | 0.41% | - |
| HSV(B) | 315.81º | 0.88% | 0.74% | - |
| XYZ | 26.38 | 13.44 | 27.99 | - |
| YUV | 85.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 145 | 0 | 0.88 | 0.23 | 0.26 | 315.81 | 0.79 | 0.41 |
| Hex | BD | 16 | 91 | 0 | 58 | 17 | 1A | 13C | 4F | 29 |
| Octal | 275 | 26 | 221 | 0 | 130 | 27 | 32 | 474 | 117 | 51 |
| Binary | 10111101 | 10110 | 10010001 | 0 | 1011000 | 10111 | 11010 | 100111100 | 1001111 | 101001 |
Color Harmonies of #BD1691
Complementary color
Monochromatic Colors of #BD1691
Black with #BD1691
Text Example
Text Example
White with #BD1691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1691; }
p { color: rgb(189,22,145); }
H1.HeaderClassName
{
color: #BD1691;
}
.AnyTagClassName
{
color: #BD1691;
}
</style>
background-color css
<style>
a { background-color: #BD1691; }
a { background-color: rgb(189,22,145); }
div.DivClassName
{
background-color: #BD1691;
}
.BgClassName
{
background-color: #BD1691;
}
</style>
border-color css
<style>
span { border-color: #BD1691; }
span { border-color: rgb(189,22,145); }
td.TdClassName
{
border-color: #BD1691;
}
.TagClassName
{
border-color: #BD1691;
}
</style>