Shades of Medium Red Violet #BD2E9D
Tints of Medium Red Violet #BD2E9D
RGB
CMYK
RGB Variations
Color information
#BD2E9D (or 0xBD2E9D) is known color: Medium Red Violet. HEX triplet: BD, 2E and 9D. RGB value is (189,46,157). Sum of RGB (Red+Green+Blue) = 189+46+157=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2E9D is #42D162. Grayscale: #656565. Windows color (decimal): -4378979 or 10301117. OLE color: 10301117.
HSL color Cylindrical-coordinate representation of color #BD2E9D: hue angle of 313.43º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2E9D is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 157 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.26 |
| HSL | 313.43º | 0.61% | 0.46% | - |
| HSV(B) | 313.43º | 0.76% | 0.74% | - |
| XYZ | 28.05 | 15.21 | 33.36 | - |
| YUV | 101.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 157 | 0 | 0.76 | 0.17 | 0.26 | 313.43 | 0.61 | 0.46 |
| Hex | BD | 2E | 9D | 0 | 4C | 11 | 1A | 139 | 3D | 2E |
| Octal | 275 | 56 | 235 | 0 | 114 | 21 | 32 | 471 | 75 | 56 |
| Binary | 10111101 | 101110 | 10011101 | 0 | 1001100 | 10001 | 11010 | 100111001 | 111101 | 101110 |
Color Harmonies of #BD2E9D
Complementary color
Monochromatic Colors of #BD2E9D
Black with #BD2E9D
Text Example
Text Example
White with #BD2E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E9D; }
p { color: rgb(189,46,157); }
H1.HeaderClassName
{
color: #BD2E9D;
}
.AnyTagClassName
{
color: #BD2E9D;
}
</style>
background-color css
<style>
a { background-color: #BD2E9D; }
a { background-color: rgb(189,46,157); }
div.DivClassName
{
background-color: #BD2E9D;
}
.BgClassName
{
background-color: #BD2E9D;
}
</style>
border-color css
<style>
span { border-color: #BD2E9D; }
span { border-color: rgb(189,46,157); }
td.TdClassName
{
border-color: #BD2E9D;
}
.TagClassName
{
border-color: #BD2E9D;
}
</style>