Shades of Medium Violet Red #BD1D96
Tints of Medium Violet Red #BD1D96
RGB
CMYK
RGB Variations
Color information
#BD1D96 (or 0xBD1D96) is known color: Medium Violet Red. HEX triplet: BD, 1D and 96. RGB value is (189,29,150). Sum of RGB (Red+Green+Blue) = 189+29+150=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1D96 is #42E269. Grayscale: #5A5A5A. Windows color (decimal): -4383338 or 9838013. OLE color: 9838013.
HSL color Cylindrical-coordinate representation of color #BD1D96: hue angle of 314.62º 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 #BD1D96 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 150 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.26 |
| HSL | 314.63º | 0.73% | 0.43% | - |
| HSV(B) | 314.63º | 0.85% | 0.74% | - |
| XYZ | 26.93 | 13.9 | 30.12 | - |
| YUV | 90.63 | 161.51 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 150 | 0 | 0.85 | 0.21 | 0.26 | 314.63 | 0.73 | 0.43 |
| Hex | BD | 1D | 96 | 0 | 55 | 15 | 1A | 13B | 49 | 2B |
| Octal | 275 | 35 | 226 | 0 | 125 | 25 | 32 | 473 | 111 | 53 |
| Binary | 10111101 | 11101 | 10010110 | 0 | 1010101 | 10101 | 11010 | 100111011 | 1001001 | 101011 |
Color Harmonies of #BD1D96
Complementary color
Monochromatic Colors of #BD1D96
Black with #BD1D96
Text Example
Text Example
White with #BD1D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1D96; }
p { color: rgb(189,29,150); }
H1.HeaderClassName
{
color: #BD1D96;
}
.AnyTagClassName
{
color: #BD1D96;
}
</style>
background-color css
<style>
a { background-color: #BD1D96; }
a { background-color: rgb(189,29,150); }
div.DivClassName
{
background-color: #BD1D96;
}
.BgClassName
{
background-color: #BD1D96;
}
</style>
border-color css
<style>
span { border-color: #BD1D96; }
span { border-color: rgb(189,29,150); }
td.TdClassName
{
border-color: #BD1D96;
}
.TagClassName
{
border-color: #BD1D96;
}
</style>