Shades of Medium Violet Red #BD167C
Tints of Medium Violet Red #BD167C
RGB
CMYK
RGB Variations
Color information
#BD167C (or 0xBD167C) is known color: Medium Violet Red. HEX triplet: BD, 16 and 7C. RGB value is (189,22,124). Sum of RGB (Red+Green+Blue) = 189+22+124=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD167C is #42E983. Grayscale: #535353. Windows color (decimal): -4385156 or 8132285. OLE color: 8132285.
HSL color Cylindrical-coordinate representation of color #BD167C: hue angle of 323.35º 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 #BD167C is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 124 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.26 |
| HSL | 323.35º | 0.79% | 0.41% | - |
| HSV(B) | 323.35º | 0.88% | 0.74% | - |
| XYZ | 24.91 | 12.85 | 20.24 | - |
| YUV | 83.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 124 | 0 | 0.88 | 0.34 | 0.26 | 323.35 | 0.79 | 0.41 |
| Hex | BD | 16 | 7C | 0 | 58 | 22 | 1A | 143 | 4F | 29 |
| Octal | 275 | 26 | 174 | 0 | 130 | 42 | 32 | 503 | 117 | 51 |
| Binary | 10111101 | 10110 | 1111100 | 0 | 1011000 | 100010 | 11010 | 101000011 | 1001111 | 101001 |
Color Harmonies of #BD167C
Complementary color
Monochromatic Colors of #BD167C
Black with #BD167C
Text Example
Text Example
White with #BD167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD167C; }
p { color: rgb(189,22,124); }
H1.HeaderClassName
{
color: #BD167C;
}
.AnyTagClassName
{
color: #BD167C;
}
</style>
background-color css
<style>
a { background-color: #BD167C; }
a { background-color: rgb(189,22,124); }
div.DivClassName
{
background-color: #BD167C;
}
.BgClassName
{
background-color: #BD167C;
}
</style>
border-color css
<style>
span { border-color: #BD167C; }
span { border-color: rgb(189,22,124); }
td.TdClassName
{
border-color: #BD167C;
}
.TagClassName
{
border-color: #BD167C;
}
</style>