Shades of Medium Red Violet #BD3380
Tints of Medium Red Violet #BD3380
RGB
CMYK
RGB Variations
Color information
#BD3380 (or 0xBD3380) is known color: Medium Red Violet. HEX triplet: BD, 33 and 80. RGB value is (189,51,128). Sum of RGB (Red+Green+Blue) = 189+51+128=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3380 is #42CC7F. Grayscale: #646464. Windows color (decimal): -4377728 or 8401853. OLE color: 8401853.
HSL color Cylindrical-coordinate representation of color #BD3380: hue angle of 326.52º 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 #BD3380 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 128 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.26 |
| HSL | 326.52º | 0.58% | 0.47% | - |
| HSV(B) | 326.52º | 0.73% | 0.74% | - |
| XYZ | 26.07 | 14.74 | 21.89 | - |
| YUV | 101.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 128 | 0 | 0.73 | 0.32 | 0.26 | 326.52 | 0.58 | 0.47 |
| Hex | BD | 33 | 80 | 0 | 49 | 20 | 1A | 147 | 3A | 2F |
| Octal | 275 | 63 | 200 | 0 | 111 | 40 | 32 | 507 | 72 | 57 |
| Binary | 10111101 | 110011 | 10000000 | 0 | 1001001 | 100000 | 11010 | 101000111 | 111010 | 101111 |
Color Harmonies of #BD3380
Complementary color
Monochromatic Colors of #BD3380
Black with #BD3380
Text Example
Text Example
White with #BD3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3380; }
p { color: rgb(189,51,128); }
H1.HeaderClassName
{
color: #BD3380;
}
.AnyTagClassName
{
color: #BD3380;
}
</style>
background-color css
<style>
a { background-color: #BD3380; }
a { background-color: rgb(189,51,128); }
div.DivClassName
{
background-color: #BD3380;
}
.BgClassName
{
background-color: #BD3380;
}
</style>
border-color css
<style>
span { border-color: #BD3380; }
span { border-color: rgb(189,51,128); }
td.TdClassName
{
border-color: #BD3380;
}
.TagClassName
{
border-color: #BD3380;
}
</style>