Shades of Medium Red Violet #BD3375
Tints of Medium Red Violet #BD3375
RGB
CMYK
RGB Variations
Color information
#BD3375 (or 0xBD3375) is known color: Medium Red Violet. HEX triplet: BD, 33 and 75. RGB value is (189,51,117). Sum of RGB (Red+Green+Blue) = 189+51+117=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3375 is #42CC8A. Grayscale: #636363. Windows color (decimal): -4377739 or 7680957. OLE color: 7680957.
HSL color Cylindrical-coordinate representation of color #BD3375: hue angle of 331.3º 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 #BD3375 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 117 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.26 |
| HSL | 331.3º | 0.58% | 0.47% | - |
| HSV(B) | 331.3º | 0.73% | 0.74% | - |
| XYZ | 25.38 | 14.47 | 18.29 | - |
| YUV | 99.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 117 | 0 | 0.73 | 0.38 | 0.26 | 331.3 | 0.58 | 0.47 |
| Hex | BD | 33 | 75 | 0 | 49 | 26 | 1A | 14B | 3A | 2F |
| Octal | 275 | 63 | 165 | 0 | 111 | 46 | 32 | 513 | 72 | 57 |
| Binary | 10111101 | 110011 | 1110101 | 0 | 1001001 | 100110 | 11010 | 101001011 | 111010 | 101111 |
Color Harmonies of #BD3375
Complementary color
Monochromatic Colors of #BD3375
Black with #BD3375
Text Example
Text Example
White with #BD3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3375; }
p { color: rgb(189,51,117); }
H1.HeaderClassName
{
color: #BD3375;
}
.AnyTagClassName
{
color: #BD3375;
}
</style>
background-color css
<style>
a { background-color: #BD3375; }
a { background-color: rgb(189,51,117); }
div.DivClassName
{
background-color: #BD3375;
}
.BgClassName
{
background-color: #BD3375;
}
</style>
border-color css
<style>
span { border-color: #BD3375; }
span { border-color: rgb(189,51,117); }
td.TdClassName
{
border-color: #BD3375;
}
.TagClassName
{
border-color: #BD3375;
}
</style>