Shades of Medium Violet Red #BD178C
Tints of Medium Violet Red #BD178C
RGB
CMYK
RGB Variations
Color information
#BD178C (or 0xBD178C) is known color: Medium Violet Red. HEX triplet: BD, 17 and 8C. RGB value is (189,23,140). Sum of RGB (Red+Green+Blue) = 189+23+140=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD178C is #42E873. Grayscale: #555555. Windows color (decimal): -4384884 or 9181117. OLE color: 9181117.
HSL color Cylindrical-coordinate representation of color #BD178C: hue angle of 317.71º 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 #BD178C is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 140 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.26 |
| HSL | 317.71º | 0.78% | 0.42% | - |
| HSV(B) | 317.71º | 0.88% | 0.74% | - |
| XYZ | 26.03 | 13.33 | 26.01 | - |
| YUV | 85.97 | 158.5 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 140 | 0 | 0.88 | 0.26 | 0.26 | 317.71 | 0.78 | 0.42 |
| Hex | BD | 17 | 8C | 0 | 58 | 1A | 1A | 13E | 4E | 2A |
| Octal | 275 | 27 | 214 | 0 | 130 | 32 | 32 | 476 | 116 | 52 |
| Binary | 10111101 | 10111 | 10001100 | 0 | 1011000 | 11010 | 11010 | 100111110 | 1001110 | 101010 |
Color Harmonies of #BD178C
Complementary color
Monochromatic Colors of #BD178C
Black with #BD178C
Text Example
Text Example
White with #BD178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD178C; }
p { color: rgb(189,23,140); }
H1.HeaderClassName
{
color: #BD178C;
}
.AnyTagClassName
{
color: #BD178C;
}
</style>
background-color css
<style>
a { background-color: #BD178C; }
a { background-color: rgb(189,23,140); }
div.DivClassName
{
background-color: #BD178C;
}
.BgClassName
{
background-color: #BD178C;
}
</style>
border-color css
<style>
span { border-color: #BD178C; }
span { border-color: rgb(189,23,140); }
td.TdClassName
{
border-color: #BD178C;
}
.TagClassName
{
border-color: #BD178C;
}
</style>