Shades of Medium Red Violet #BD3D9A
Tints of Medium Red Violet #BD3D9A
RGB
CMYK
RGB Variations
Color information
#BD3D9A (or 0xBD3D9A) is known color: Medium Red Violet. HEX triplet: BD, 3D and 9A. RGB value is (189,61,154). Sum of RGB (Red+Green+Blue) = 189+61+154=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3D9A is #42C265. Grayscale: #6D6D6D. Windows color (decimal): -4375142 or 10108349. OLE color: 10108349.
HSL color Cylindrical-coordinate representation of color #BD3D9A: hue angle of 316.41º 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 #BD3D9A is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 154 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.26 |
| HSL | 316.41º | 0.51% | 0.49% | - |
| HSV(B) | 316.41º | 0.68% | 0.74% | - |
| XYZ | 28.49 | 16.49 | 32.25 | - |
| YUV | 109.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 154 | 0 | 0.68 | 0.19 | 0.26 | 316.41 | 0.51 | 0.49 |
| Hex | BD | 3D | 9A | 0 | 44 | 13 | 1A | 13C | 33 | 31 |
| Octal | 275 | 75 | 232 | 0 | 104 | 23 | 32 | 474 | 63 | 61 |
| Binary | 10111101 | 111101 | 10011010 | 0 | 1000100 | 10011 | 11010 | 100111100 | 110011 | 110001 |
Color Harmonies of #BD3D9A
Complementary color
Monochromatic Colors of #BD3D9A
Black with #BD3D9A
Text Example
Text Example
White with #BD3D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D9A; }
p { color: rgb(189,61,154); }
H1.HeaderClassName
{
color: #BD3D9A;
}
.AnyTagClassName
{
color: #BD3D9A;
}
</style>
background-color css
<style>
a { background-color: #BD3D9A; }
a { background-color: rgb(189,61,154); }
div.DivClassName
{
background-color: #BD3D9A;
}
.BgClassName
{
background-color: #BD3D9A;
}
</style>
border-color css
<style>
span { border-color: #BD3D9A; }
span { border-color: rgb(189,61,154); }
td.TdClassName
{
border-color: #BD3D9A;
}
.TagClassName
{
border-color: #BD3D9A;
}
</style>