Shades of Medium Red Violet #BD3E9C
Tints of Medium Red Violet #BD3E9C
RGB
CMYK
RGB Variations
Color information
#BD3E9C (or 0xBD3E9C) is known color: Medium Red Violet. HEX triplet: BD, 3E and 9C. RGB value is (189,62,156). Sum of RGB (Red+Green+Blue) = 189+62+156=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3E9C is #42C163. Grayscale: #6E6E6E. Windows color (decimal): -4374884 or 10239677. OLE color: 10239677.
HSL color Cylindrical-coordinate representation of color #BD3E9C: hue angle of 315.59º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3E9C is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 156 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.26 |
| HSL | 315.59º | 0.51% | 0.49% | - |
| HSV(B) | 315.59º | 0.67% | 0.74% | - |
| XYZ | 28.71 | 16.66 | 33.16 | - |
| YUV | 110.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 156 | 0 | 0.67 | 0.17 | 0.26 | 315.59 | 0.51 | 0.49 |
| Hex | BD | 3E | 9C | 0 | 43 | 11 | 1A | 13C | 33 | 31 |
| Octal | 275 | 76 | 234 | 0 | 103 | 21 | 32 | 474 | 63 | 61 |
| Binary | 10111101 | 111110 | 10011100 | 0 | 1000011 | 10001 | 11010 | 100111100 | 110011 | 110001 |
Color Harmonies of #BD3E9C
Complementary color
Monochromatic Colors of #BD3E9C
Black with #BD3E9C
Text Example
Text Example
White with #BD3E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E9C; }
p { color: rgb(189,62,156); }
H1.HeaderClassName
{
color: #BD3E9C;
}
.AnyTagClassName
{
color: #BD3E9C;
}
</style>
background-color css
<style>
a { background-color: #BD3E9C; }
a { background-color: rgb(189,62,156); }
div.DivClassName
{
background-color: #BD3E9C;
}
.BgClassName
{
background-color: #BD3E9C;
}
</style>
border-color css
<style>
span { border-color: #BD3E9C; }
span { border-color: rgb(189,62,156); }
td.TdClassName
{
border-color: #BD3E9C;
}
.TagClassName
{
border-color: #BD3E9C;
}
</style>