Shades of Medium Red Violet #BD3D93
Tints of Medium Red Violet #BD3D93
RGB
CMYK
RGB Variations
Color information
#BD3D93 (or 0xBD3D93) is known color: Medium Red Violet. HEX triplet: BD, 3D and 93. RGB value is (189,61,147). Sum of RGB (Red+Green+Blue) = 189+61+147=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3D93 is #42C26C. Grayscale: #6C6C6C. Windows color (decimal): -4375149 or 9649597. OLE color: 9649597.
HSL color Cylindrical-coordinate representation of color #BD3D93: hue angle of 319.69º 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 #BD3D93 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 147 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.26 |
| HSL | 319.69º | 0.51% | 0.49% | - |
| HSV(B) | 319.69º | 0.68% | 0.74% | - |
| XYZ | 27.92 | 16.26 | 29.27 | - |
| YUV | 109.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 147 | 0 | 0.68 | 0.22 | 0.26 | 319.69 | 0.51 | 0.49 |
| Hex | BD | 3D | 93 | 0 | 44 | 16 | 1A | 140 | 33 | 31 |
| Octal | 275 | 75 | 223 | 0 | 104 | 26 | 32 | 500 | 63 | 61 |
| Binary | 10111101 | 111101 | 10010011 | 0 | 1000100 | 10110 | 11010 | 101000000 | 110011 | 110001 |
Color Harmonies of #BD3D93
Complementary color
Monochromatic Colors of #BD3D93
Black with #BD3D93
Text Example
Text Example
White with #BD3D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D93; }
p { color: rgb(189,61,147); }
H1.HeaderClassName
{
color: #BD3D93;
}
.AnyTagClassName
{
color: #BD3D93;
}
</style>
background-color css
<style>
a { background-color: #BD3D93; }
a { background-color: rgb(189,61,147); }
div.DivClassName
{
background-color: #BD3D93;
}
.BgClassName
{
background-color: #BD3D93;
}
</style>
border-color css
<style>
span { border-color: #BD3D93; }
span { border-color: rgb(189,61,147); }
td.TdClassName
{
border-color: #BD3D93;
}
.TagClassName
{
border-color: #BD3D93;
}
</style>