Shades of Medium Red Violet #BD3B7D
Tints of Medium Red Violet #BD3B7D
RGB
CMYK
RGB Variations
Color information
#BD3B7D (or 0xBD3B7D) is known color: Medium Red Violet. HEX triplet: BD, 3B and 7D. RGB value is (189,59,125). Sum of RGB (Red+Green+Blue) = 189+59+125=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3B7D is #42C482. Grayscale: #696969. Windows color (decimal): -4375683 or 8207293. OLE color: 8207293.
HSL color Cylindrical-coordinate representation of color #BD3B7D: hue angle of 329.54º 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 #BD3B7D is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 125 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.26 |
| HSL | 329.54º | 0.52% | 0.49% | - |
| HSV(B) | 329.54º | 0.69% | 0.74% | - |
| XYZ | 26.25 | 15.43 | 21 | - |
| YUV | 105.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 125 | 0 | 0.69 | 0.34 | 0.26 | 329.54 | 0.52 | 0.49 |
| Hex | BD | 3B | 7D | 0 | 45 | 22 | 1A | 14A | 34 | 31 |
| Octal | 275 | 73 | 175 | 0 | 105 | 42 | 32 | 512 | 64 | 61 |
| Binary | 10111101 | 111011 | 1111101 | 0 | 1000101 | 100010 | 11010 | 101001010 | 110100 | 110001 |
Color Harmonies of #BD3B7D
Complementary color
Monochromatic Colors of #BD3B7D
Black with #BD3B7D
Text Example
Text Example
White with #BD3B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3B7D; }
p { color: rgb(189,59,125); }
H1.HeaderClassName
{
color: #BD3B7D;
}
.AnyTagClassName
{
color: #BD3B7D;
}
</style>
background-color css
<style>
a { background-color: #BD3B7D; }
a { background-color: rgb(189,59,125); }
div.DivClassName
{
background-color: #BD3B7D;
}
.BgClassName
{
background-color: #BD3B7D;
}
</style>
border-color css
<style>
span { border-color: #BD3B7D; }
span { border-color: rgb(189,59,125); }
td.TdClassName
{
border-color: #BD3B7D;
}
.TagClassName
{
border-color: #BD3B7D;
}
</style>