Shades of Medium Violet Red #BD178E
Tints of Medium Violet Red #BD178E
RGB
CMYK
RGB Variations
Color information
#BD178E (or 0xBD178E) is known color: Medium Violet Red. HEX triplet: BD, 17 and 8E. RGB value is (189,23,142). Sum of RGB (Red+Green+Blue) = 189+23+142=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD178E is #42E871. Grayscale: #555555. Windows color (decimal): -4384882 or 9312189. OLE color: 9312189.
HSL color Cylindrical-coordinate representation of color #BD178E: hue angle of 316.99º 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 #BD178E is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 142 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.26 |
| HSL | 316.99º | 0.78% | 0.42% | - |
| HSV(B) | 316.99º | 0.88% | 0.74% | - |
| XYZ | 26.18 | 13.38 | 26.8 | - |
| YUV | 86.2 | 159.5 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 142 | 0 | 0.88 | 0.25 | 0.26 | 316.99 | 0.78 | 0.42 |
| Hex | BD | 17 | 8E | 0 | 58 | 19 | 1A | 13D | 4E | 2A |
| Octal | 275 | 27 | 216 | 0 | 130 | 31 | 32 | 475 | 116 | 52 |
| Binary | 10111101 | 10111 | 10001110 | 0 | 1011000 | 11001 | 11010 | 100111101 | 1001110 | 101010 |
Color Harmonies of #BD178E
Complementary color
Monochromatic Colors of #BD178E
Black with #BD178E
Text Example
Text Example
White with #BD178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD178E; }
p { color: rgb(189,23,142); }
H1.HeaderClassName
{
color: #BD178E;
}
.AnyTagClassName
{
color: #BD178E;
}
</style>
background-color css
<style>
a { background-color: #BD178E; }
a { background-color: rgb(189,23,142); }
div.DivClassName
{
background-color: #BD178E;
}
.BgClassName
{
background-color: #BD178E;
}
</style>
border-color css
<style>
span { border-color: #BD178E; }
span { border-color: rgb(189,23,142); }
td.TdClassName
{
border-color: #BD178E;
}
.TagClassName
{
border-color: #BD178E;
}
</style>