Shades of Medium Violet Red #BD1D9F
Tints of Medium Violet Red #BD1D9F
RGB
CMYK
RGB Variations
Color information
#BD1D9F (or 0xBD1D9F) is known color: Medium Violet Red. HEX triplet: BD, 1D and 9F. RGB value is (189,29,159). Sum of RGB (Red+Green+Blue) = 189+29+159=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1D9F is #42E260. Grayscale: #5B5B5B. Windows color (decimal): -4383329 or 10427837. OLE color: 10427837.
HSL color Cylindrical-coordinate representation of color #BD1D9F: hue angle of 311.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D9F is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 159 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.26 |
| HSL | 311.25º | 0.73% | 0.43% | - |
| HSV(B) | 311.25º | 0.85% | 0.74% | - |
| XYZ | 27.68 | 14.2 | 34.08 | - |
| YUV | 91.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 159 | 0 | 0.85 | 0.16 | 0.26 | 311.25 | 0.73 | 0.43 |
| Hex | BD | 1D | 9F | 0 | 55 | 10 | 1A | 137 | 49 | 2B |
| Octal | 275 | 35 | 237 | 0 | 125 | 20 | 32 | 467 | 111 | 53 |
| Binary | 10111101 | 11101 | 10011111 | 0 | 1010101 | 10000 | 11010 | 100110111 | 1001001 | 101011 |
Color Harmonies of #BD1D9F
Complementary color
Monochromatic Colors of #BD1D9F
Black with #BD1D9F
Text Example
Text Example
White with #BD1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1D9F; }
p { color: rgb(189,29,159); }
H1.HeaderClassName
{
color: #BD1D9F;
}
.AnyTagClassName
{
color: #BD1D9F;
}
</style>
background-color css
<style>
a { background-color: #BD1D9F; }
a { background-color: rgb(189,29,159); }
div.DivClassName
{
background-color: #BD1D9F;
}
.BgClassName
{
background-color: #BD1D9F;
}
</style>
border-color css
<style>
span { border-color: #BD1D9F; }
span { border-color: rgb(189,29,159); }
td.TdClassName
{
border-color: #BD1D9F;
}
.TagClassName
{
border-color: #BD1D9F;
}
</style>