Shades of Medium Violet Red #BD177D
Tints of Medium Violet Red #BD177D
RGB
CMYK
RGB Variations
Color information
#BD177D (or 0xBD177D) is known color: Medium Violet Red. HEX triplet: BD, 17 and 7D. RGB value is (189,23,125). Sum of RGB (Red+Green+Blue) = 189+23+125=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD177D is #42E882. Grayscale: #545454. Windows color (decimal): -4384899 or 8198077. OLE color: 8198077.
HSL color Cylindrical-coordinate representation of color #BD177D: hue angle of 323.13º 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 #BD177D is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 125 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.26 |
| HSL | 323.13º | 0.78% | 0.42% | - |
| HSV(B) | 323.13º | 0.88% | 0.74% | - |
| XYZ | 24.99 | 12.91 | 20.58 | - |
| YUV | 84.26 | 151 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 125 | 0 | 0.88 | 0.34 | 0.26 | 323.13 | 0.78 | 0.42 |
| Hex | BD | 17 | 7D | 0 | 58 | 22 | 1A | 143 | 4E | 2A |
| Octal | 275 | 27 | 175 | 0 | 130 | 42 | 32 | 503 | 116 | 52 |
| Binary | 10111101 | 10111 | 1111101 | 0 | 1011000 | 100010 | 11010 | 101000011 | 1001110 | 101010 |
Color Harmonies of #BD177D
Complementary color
Monochromatic Colors of #BD177D
Black with #BD177D
Text Example
Text Example
White with #BD177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD177D; }
p { color: rgb(189,23,125); }
H1.HeaderClassName
{
color: #BD177D;
}
.AnyTagClassName
{
color: #BD177D;
}
</style>
background-color css
<style>
a { background-color: #BD177D; }
a { background-color: rgb(189,23,125); }
div.DivClassName
{
background-color: #BD177D;
}
.BgClassName
{
background-color: #BD177D;
}
</style>
border-color css
<style>
span { border-color: #BD177D; }
span { border-color: rgb(189,23,125); }
td.TdClassName
{
border-color: #BD177D;
}
.TagClassName
{
border-color: #BD177D;
}
</style>