Shades of Medium Violet Red #BD169A
Tints of Medium Violet Red #BD169A
RGB
CMYK
RGB Variations
Color information
#BD169A (or 0xBD169A) is known color: Medium Violet Red. HEX triplet: BD, 16 and 9A. RGB value is (189,22,154). Sum of RGB (Red+Green+Blue) = 189+22+154=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD169A is #42E965. Grayscale: #565656. Windows color (decimal): -4385126 or 10098365. OLE color: 10098365.
HSL color Cylindrical-coordinate representation of color #BD169A: hue angle of 312.57º 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 #BD169A is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 154 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.26 |
| HSL | 312.57º | 0.79% | 0.41% | - |
| HSV(B) | 312.57º | 0.88% | 0.74% | - |
| XYZ | 27.11 | 13.73 | 31.79 | - |
| YUV | 86.98 | 165.83 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 154 | 0 | 0.88 | 0.19 | 0.26 | 312.57 | 0.79 | 0.41 |
| Hex | BD | 16 | 9A | 0 | 58 | 13 | 1A | 139 | 4F | 29 |
| Octal | 275 | 26 | 232 | 0 | 130 | 23 | 32 | 471 | 117 | 51 |
| Binary | 10111101 | 10110 | 10011010 | 0 | 1011000 | 10011 | 11010 | 100111001 | 1001111 | 101001 |
Color Harmonies of #BD169A
Complementary color
Monochromatic Colors of #BD169A
Black with #BD169A
Text Example
Text Example
White with #BD169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD169A; }
p { color: rgb(189,22,154); }
H1.HeaderClassName
{
color: #BD169A;
}
.AnyTagClassName
{
color: #BD169A;
}
</style>
background-color css
<style>
a { background-color: #BD169A; }
a { background-color: rgb(189,22,154); }
div.DivClassName
{
background-color: #BD169A;
}
.BgClassName
{
background-color: #BD169A;
}
</style>
border-color css
<style>
span { border-color: #BD169A; }
span { border-color: rgb(189,22,154); }
td.TdClassName
{
border-color: #BD169A;
}
.TagClassName
{
border-color: #BD169A;
}
</style>