Shades of Medium Red Violet #BD3D9C
Tints of Medium Red Violet #BD3D9C
RGB
CMYK
RGB Variations
Color information
#BD3D9C (or 0xBD3D9C) is known color: Medium Red Violet. HEX triplet: BD, 3D and 9C. RGB value is (189,61,156). Sum of RGB (Red+Green+Blue) = 189+61+156=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3D9C is #42C263. Grayscale: #6D6D6D. Windows color (decimal): -4375140 or 10239421. OLE color: 10239421.
HSL color Cylindrical-coordinate representation of color #BD3D9C: hue angle of 315.47º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3D9C is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 156 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.26 |
| HSL | 315.47º | 0.51% | 0.49% | - |
| HSV(B) | 315.47º | 0.68% | 0.74% | - |
| XYZ | 28.66 | 16.56 | 33.14 | - |
| YUV | 110.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 156 | 0 | 0.68 | 0.17 | 0.26 | 315.47 | 0.51 | 0.49 |
| Hex | BD | 3D | 9C | 0 | 44 | 11 | 1A | 13B | 33 | 31 |
| Octal | 275 | 75 | 234 | 0 | 104 | 21 | 32 | 473 | 63 | 61 |
| Binary | 10111101 | 111101 | 10011100 | 0 | 1000100 | 10001 | 11010 | 100111011 | 110011 | 110001 |
Color Harmonies of #BD3D9C
Complementary color
Monochromatic Colors of #BD3D9C
Black with #BD3D9C
Text Example
Text Example
White with #BD3D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D9C; }
p { color: rgb(189,61,156); }
H1.HeaderClassName
{
color: #BD3D9C;
}
.AnyTagClassName
{
color: #BD3D9C;
}
</style>
background-color css
<style>
a { background-color: #BD3D9C; }
a { background-color: rgb(189,61,156); }
div.DivClassName
{
background-color: #BD3D9C;
}
.BgClassName
{
background-color: #BD3D9C;
}
</style>
border-color css
<style>
span { border-color: #BD3D9C; }
span { border-color: rgb(189,61,156); }
td.TdClassName
{
border-color: #BD3D9C;
}
.TagClassName
{
border-color: #BD3D9C;
}
</style>