Shades of Medium Red Violet #BD3E93
Tints of Medium Red Violet #BD3E93
RGB
CMYK
RGB Variations
Color information
#BD3E93 (or 0xBD3E93) is known color: Medium Red Violet. HEX triplet: BD, 3E and 93. RGB value is (189,62,147). Sum of RGB (Red+Green+Blue) = 189+62+147=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3E93 is #42C16C. Grayscale: #6D6D6D. Windows color (decimal): -4374893 or 9649853. OLE color: 9649853.
HSL color Cylindrical-coordinate representation of color #BD3E93: hue angle of 319.84º 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 #BD3E93 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 147 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.26 |
| HSL | 319.84º | 0.51% | 0.49% | - |
| HSV(B) | 319.84º | 0.67% | 0.74% | - |
| XYZ | 27.98 | 16.37 | 29.29 | - |
| YUV | 109.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 147 | 0 | 0.67 | 0.22 | 0.26 | 319.84 | 0.51 | 0.49 |
| Hex | BD | 3E | 93 | 0 | 43 | 16 | 1A | 140 | 33 | 31 |
| Octal | 275 | 76 | 223 | 0 | 103 | 26 | 32 | 500 | 63 | 61 |
| Binary | 10111101 | 111110 | 10010011 | 0 | 1000011 | 10110 | 11010 | 101000000 | 110011 | 110001 |
Color Harmonies of #BD3E93
Complementary color
Monochromatic Colors of #BD3E93
Black with #BD3E93
Text Example
Text Example
White with #BD3E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E93; }
p { color: rgb(189,62,147); }
H1.HeaderClassName
{
color: #BD3E93;
}
.AnyTagClassName
{
color: #BD3E93;
}
</style>
background-color css
<style>
a { background-color: #BD3E93; }
a { background-color: rgb(189,62,147); }
div.DivClassName
{
background-color: #BD3E93;
}
.BgClassName
{
background-color: #BD3E93;
}
</style>
border-color css
<style>
span { border-color: #BD3E93; }
span { border-color: rgb(189,62,147); }
td.TdClassName
{
border-color: #BD3E93;
}
.TagClassName
{
border-color: #BD3E93;
}
</style>