Shades of Medium Red Violet #BD3B9D
Tints of Medium Red Violet #BD3B9D
RGB
CMYK
RGB Variations
Color information
#BD3B9D (or 0xBD3B9D) is known color: Medium Red Violet. HEX triplet: BD, 3B and 9D. RGB value is (189,59,157). Sum of RGB (Red+Green+Blue) = 189+59+157=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3B9D is #42C462. Grayscale: #6C6C6C. Windows color (decimal): -4375651 or 10304445. OLE color: 10304445.
HSL color Cylindrical-coordinate representation of color #BD3B9D: hue angle of 314.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3B9D is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 157 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.26 |
| HSL | 314.77º | 0.52% | 0.49% | - |
| HSV(B) | 314.77º | 0.69% | 0.74% | - |
| XYZ | 28.64 | 16.38 | 33.55 | - |
| YUV | 109.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 157 | 0 | 0.69 | 0.17 | 0.26 | 314.77 | 0.52 | 0.49 |
| Hex | BD | 3B | 9D | 0 | 45 | 11 | 1A | 13B | 34 | 31 |
| Octal | 275 | 73 | 235 | 0 | 105 | 21 | 32 | 473 | 64 | 61 |
| Binary | 10111101 | 111011 | 10011101 | 0 | 1000101 | 10001 | 11010 | 100111011 | 110100 | 110001 |
Color Harmonies of #BD3B9D
Complementary color
Monochromatic Colors of #BD3B9D
Black with #BD3B9D
Text Example
Text Example
White with #BD3B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3B9D; }
p { color: rgb(189,59,157); }
H1.HeaderClassName
{
color: #BD3B9D;
}
.AnyTagClassName
{
color: #BD3B9D;
}
</style>
background-color css
<style>
a { background-color: #BD3B9D; }
a { background-color: rgb(189,59,157); }
div.DivClassName
{
background-color: #BD3B9D;
}
.BgClassName
{
background-color: #BD3B9D;
}
</style>
border-color css
<style>
span { border-color: #BD3B9D; }
span { border-color: rgb(189,59,157); }
td.TdClassName
{
border-color: #BD3B9D;
}
.TagClassName
{
border-color: #BD3B9D;
}
</style>