Shades of Medium Red Violet #BD339B
Tints of Medium Red Violet #BD339B
RGB
CMYK
RGB Variations
Color information
#BD339B (or 0xBD339B) is known color: Medium Red Violet. HEX triplet: BD, 33 and 9B. RGB value is (189,51,155). Sum of RGB (Red+Green+Blue) = 189+51+155=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD339B is #42CC64. Grayscale: #676767. Windows color (decimal): -4377701 or 10171325. OLE color: 10171325.
HSL color Cylindrical-coordinate representation of color #BD339B: hue angle of 314.78º 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 #BD339B is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 155 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.26 |
| HSL | 314.78º | 0.58% | 0.47% | - |
| HSV(B) | 314.78º | 0.73% | 0.74% | - |
| XYZ | 28.09 | 15.55 | 32.53 | - |
| YUV | 104.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 155 | 0 | 0.73 | 0.18 | 0.26 | 314.78 | 0.58 | 0.47 |
| Hex | BD | 33 | 9B | 0 | 49 | 12 | 1A | 13B | 3A | 2F |
| Octal | 275 | 63 | 233 | 0 | 111 | 22 | 32 | 473 | 72 | 57 |
| Binary | 10111101 | 110011 | 10011011 | 0 | 1001001 | 10010 | 11010 | 100111011 | 111010 | 101111 |
Color Harmonies of #BD339B
Complementary color
Monochromatic Colors of #BD339B
Black with #BD339B
Text Example
Text Example
White with #BD339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD339B; }
p { color: rgb(189,51,155); }
H1.HeaderClassName
{
color: #BD339B;
}
.AnyTagClassName
{
color: #BD339B;
}
</style>
background-color css
<style>
a { background-color: #BD339B; }
a { background-color: rgb(189,51,155); }
div.DivClassName
{
background-color: #BD339B;
}
.BgClassName
{
background-color: #BD339B;
}
</style>
border-color css
<style>
span { border-color: #BD339B; }
span { border-color: rgb(189,51,155); }
td.TdClassName
{
border-color: #BD339B;
}
.TagClassName
{
border-color: #BD339B;
}
</style>