Shades of Medium Red Violet #BD3E9D
Tints of Medium Red Violet #BD3E9D
RGB
CMYK
RGB Variations
Color information
#BD3E9D (or 0xBD3E9D) is known color: Medium Red Violet. HEX triplet: BD, 3E and 9D. RGB value is (189,62,157). Sum of RGB (Red+Green+Blue) = 189+62+157=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3E9D is #42C162. Grayscale: #6E6E6E. Windows color (decimal): -4374883 or 10305213. OLE color: 10305213.
HSL color Cylindrical-coordinate representation of color #BD3E9D: hue angle of 315.12º 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 #BD3E9D is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 157 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.26 |
| HSL | 315.12º | 0.51% | 0.49% | - |
| HSV(B) | 315.12º | 0.67% | 0.74% | - |
| XYZ | 28.79 | 16.7 | 33.6 | - |
| YUV | 110.8 | 154.08 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 157 | 0 | 0.67 | 0.17 | 0.26 | 315.12 | 0.51 | 0.49 |
| Hex | BD | 3E | 9D | 0 | 43 | 11 | 1A | 13B | 33 | 31 |
| Octal | 275 | 76 | 235 | 0 | 103 | 21 | 32 | 473 | 63 | 61 |
| Binary | 10111101 | 111110 | 10011101 | 0 | 1000011 | 10001 | 11010 | 100111011 | 110011 | 110001 |
Color Harmonies of #BD3E9D
Complementary color
Monochromatic Colors of #BD3E9D
Black with #BD3E9D
Text Example
Text Example
White with #BD3E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E9D; }
p { color: rgb(189,62,157); }
H1.HeaderClassName
{
color: #BD3E9D;
}
.AnyTagClassName
{
color: #BD3E9D;
}
</style>
background-color css
<style>
a { background-color: #BD3E9D; }
a { background-color: rgb(189,62,157); }
div.DivClassName
{
background-color: #BD3E9D;
}
.BgClassName
{
background-color: #BD3E9D;
}
</style>
border-color css
<style>
span { border-color: #BD3E9D; }
span { border-color: rgb(189,62,157); }
td.TdClassName
{
border-color: #BD3E9D;
}
.TagClassName
{
border-color: #BD3E9D;
}
</style>