Shades of Medium Red Violet #BD339F
Tints of Medium Red Violet #BD339F
RGB
CMYK
RGB Variations
Color information
#BD339F (or 0xBD339F) is known color: Medium Red Violet. HEX triplet: BD, 33 and 9F. RGB value is (189,51,159). Sum of RGB (Red+Green+Blue) = 189+51+159=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD339F is #42CC60. Grayscale: #686868. Windows color (decimal): -4377697 or 10433469. OLE color: 10433469.
HSL color Cylindrical-coordinate representation of color #BD339F: hue angle of 313.04º 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 #BD339F is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 159 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.26 |
| HSL | 313.04º | 0.58% | 0.47% | - |
| HSV(B) | 313.04º | 0.73% | 0.74% | - |
| XYZ | 28.43 | 15.69 | 34.33 | - |
| YUV | 104.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 159 | 0 | 0.73 | 0.16 | 0.26 | 313.04 | 0.58 | 0.47 |
| Hex | BD | 33 | 9F | 0 | 49 | 10 | 1A | 139 | 3A | 2F |
| Octal | 275 | 63 | 237 | 0 | 111 | 20 | 32 | 471 | 72 | 57 |
| Binary | 10111101 | 110011 | 10011111 | 0 | 1001001 | 10000 | 11010 | 100111001 | 111010 | 101111 |
Color Harmonies of #BD339F
Complementary color
Monochromatic Colors of #BD339F
Black with #BD339F
Text Example
Text Example
White with #BD339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD339F; }
p { color: rgb(189,51,159); }
H1.HeaderClassName
{
color: #BD339F;
}
.AnyTagClassName
{
color: #BD339F;
}
</style>
background-color css
<style>
a { background-color: #BD339F; }
a { background-color: rgb(189,51,159); }
div.DivClassName
{
background-color: #BD339F;
}
.BgClassName
{
background-color: #BD339F;
}
</style>
border-color css
<style>
span { border-color: #BD339F; }
span { border-color: rgb(189,51,159); }
td.TdClassName
{
border-color: #BD339F;
}
.TagClassName
{
border-color: #BD339F;
}
</style>