Shades of Medium Red Violet #BD328B
Tints of Medium Red Violet #BD328B
RGB
CMYK
RGB Variations
Color information
#BD328B (or 0xBD328B) is known color: Medium Red Violet. HEX triplet: BD, 32 and 8B. RGB value is (189,50,139). Sum of RGB (Red+Green+Blue) = 189+50+139=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD328B is #42CD74. Grayscale: #656565. Windows color (decimal): -4377973 or 9122493. OLE color: 9122493.
HSL color Cylindrical-coordinate representation of color #BD328B: hue angle of 321.58º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD328B is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 139 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.26 |
| HSL | 321.58º | 0.58% | 0.47% | - |
| HSV(B) | 321.58º | 0.74% | 0.74% | - |
| XYZ | 26.79 | 14.96 | 25.9 | - |
| YUV | 101.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 139 | 0 | 0.74 | 0.26 | 0.26 | 321.58 | 0.58 | 0.47 |
| Hex | BD | 32 | 8B | 0 | 4A | 1A | 1A | 142 | 3A | 2F |
| Octal | 275 | 62 | 213 | 0 | 112 | 32 | 32 | 502 | 72 | 57 |
| Binary | 10111101 | 110010 | 10001011 | 0 | 1001010 | 11010 | 11010 | 101000010 | 111010 | 101111 |
Color Harmonies of #BD328B
Complementary color
Monochromatic Colors of #BD328B
Black with #BD328B
Text Example
Text Example
White with #BD328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD328B; }
p { color: rgb(189,50,139); }
H1.HeaderClassName
{
color: #BD328B;
}
.AnyTagClassName
{
color: #BD328B;
}
</style>
background-color css
<style>
a { background-color: #BD328B; }
a { background-color: rgb(189,50,139); }
div.DivClassName
{
background-color: #BD328B;
}
.BgClassName
{
background-color: #BD328B;
}
</style>
border-color css
<style>
span { border-color: #BD328B; }
span { border-color: rgb(189,50,139); }
td.TdClassName
{
border-color: #BD328B;
}
.TagClassName
{
border-color: #BD328B;
}
</style>