Shades of Medium Violet Red #BD179B
Tints of Medium Violet Red #BD179B
RGB
CMYK
RGB Variations
Color information
#BD179B (or 0xBD179B) is known color: Medium Violet Red. HEX triplet: BD, 17 and 9B. RGB value is (189,23,155). Sum of RGB (Red+Green+Blue) = 189+23+155=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD179B is #42E864. Grayscale: #575757. Windows color (decimal): -4384869 or 10164157. OLE color: 10164157.
HSL color Cylindrical-coordinate representation of color #BD179B: hue angle of 312.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD179B is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 155 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.26 |
| HSL | 312.29º | 0.78% | 0.42% | - |
| HSV(B) | 312.29º | 0.88% | 0.74% | - |
| XYZ | 27.21 | 13.8 | 32.24 | - |
| YUV | 87.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 155 | 0 | 0.88 | 0.18 | 0.26 | 312.29 | 0.78 | 0.42 |
| Hex | BD | 17 | 9B | 0 | 58 | 12 | 1A | 138 | 4E | 2A |
| Octal | 275 | 27 | 233 | 0 | 130 | 22 | 32 | 470 | 116 | 52 |
| Binary | 10111101 | 10111 | 10011011 | 0 | 1011000 | 10010 | 11010 | 100111000 | 1001110 | 101010 |
Color Harmonies of #BD179B
Complementary color
Monochromatic Colors of #BD179B
Black with #BD179B
Text Example
Text Example
White with #BD179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD179B; }
p { color: rgb(189,23,155); }
H1.HeaderClassName
{
color: #BD179B;
}
.AnyTagClassName
{
color: #BD179B;
}
</style>
background-color css
<style>
a { background-color: #BD179B; }
a { background-color: rgb(189,23,155); }
div.DivClassName
{
background-color: #BD179B;
}
.BgClassName
{
background-color: #BD179B;
}
</style>
border-color css
<style>
span { border-color: #BD179B; }
span { border-color: rgb(189,23,155); }
td.TdClassName
{
border-color: #BD179B;
}
.TagClassName
{
border-color: #BD179B;
}
</style>