Shades of Medium Red Violet #BD3370
Tints of Medium Red Violet #BD3370
RGB
CMYK
RGB Variations
Color information
#BD3370 (or 0xBD3370) is known color: Medium Red Violet. HEX triplet: BD, 33 and 70. RGB value is (189,51,112). Sum of RGB (Red+Green+Blue) = 189+51+112=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3370 is #42CC8F. Grayscale: #636363. Windows color (decimal): -4377744 or 7353277. OLE color: 7353277.
HSL color Cylindrical-coordinate representation of color #BD3370: hue angle of 333.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3370 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 112 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.26 |
| HSL | 333.48º | 0.58% | 0.47% | - |
| HSV(B) | 333.48º | 0.73% | 0.74% | - |
| XYZ | 25.09 | 14.36 | 16.78 | - |
| YUV | 99.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 112 | 0 | 0.73 | 0.41 | 0.26 | 333.48 | 0.58 | 0.47 |
| Hex | BD | 33 | 70 | 0 | 49 | 29 | 1A | 14D | 3A | 2F |
| Octal | 275 | 63 | 160 | 0 | 111 | 51 | 32 | 515 | 72 | 57 |
| Binary | 10111101 | 110011 | 1110000 | 0 | 1001001 | 101001 | 11010 | 101001101 | 111010 | 101111 |
Color Harmonies of #BD3370
Complementary color
Monochromatic Colors of #BD3370
Black with #BD3370
Text Example
Text Example
White with #BD3370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3370; }
p { color: rgb(189,51,112); }
H1.HeaderClassName
{
color: #BD3370;
}
.AnyTagClassName
{
color: #BD3370;
}
</style>
background-color css
<style>
a { background-color: #BD3370; }
a { background-color: rgb(189,51,112); }
div.DivClassName
{
background-color: #BD3370;
}
.BgClassName
{
background-color: #BD3370;
}
</style>
border-color css
<style>
span { border-color: #BD3370; }
span { border-color: rgb(189,51,112); }
td.TdClassName
{
border-color: #BD3370;
}
.TagClassName
{
border-color: #BD3370;
}
</style>