Shades of Medium Red Violet #BD3E9A
Tints of Medium Red Violet #BD3E9A
RGB
CMYK
RGB Variations
Color information
#BD3E9A (or 0xBD3E9A) is known color: Medium Red Violet. HEX triplet: BD, 3E and 9A. RGB value is (189,62,154). Sum of RGB (Red+Green+Blue) = 189+62+154=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3E9A is #42C165. Grayscale: #6E6E6E. Windows color (decimal): -4374886 or 10108605. OLE color: 10108605.
HSL color Cylindrical-coordinate representation of color #BD3E9A: hue angle of 316.54º 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 #BD3E9A is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 154 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.26 |
| HSL | 316.54º | 0.51% | 0.49% | - |
| HSV(B) | 316.54º | 0.67% | 0.74% | - |
| XYZ | 28.54 | 16.6 | 32.27 | - |
| YUV | 110.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 154 | 0 | 0.67 | 0.19 | 0.26 | 316.54 | 0.51 | 0.49 |
| Hex | BD | 3E | 9A | 0 | 43 | 13 | 1A | 13D | 33 | 31 |
| Octal | 275 | 76 | 232 | 0 | 103 | 23 | 32 | 475 | 63 | 61 |
| Binary | 10111101 | 111110 | 10011010 | 0 | 1000011 | 10011 | 11010 | 100111101 | 110011 | 110001 |
Color Harmonies of #BD3E9A
Complementary color
Monochromatic Colors of #BD3E9A
Black with #BD3E9A
Text Example
Text Example
White with #BD3E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E9A; }
p { color: rgb(189,62,154); }
H1.HeaderClassName
{
color: #BD3E9A;
}
.AnyTagClassName
{
color: #BD3E9A;
}
</style>
background-color css
<style>
a { background-color: #BD3E9A; }
a { background-color: rgb(189,62,154); }
div.DivClassName
{
background-color: #BD3E9A;
}
.BgClassName
{
background-color: #BD3E9A;
}
</style>
border-color css
<style>
span { border-color: #BD3E9A; }
span { border-color: rgb(189,62,154); }
td.TdClassName
{
border-color: #BD3E9A;
}
.TagClassName
{
border-color: #BD3E9A;
}
</style>