Shades of Medium Red Violet #BD327D
Tints of Medium Red Violet #BD327D
RGB
CMYK
RGB Variations
Color information
#BD327D (or 0xBD327D) is known color: Medium Red Violet. HEX triplet: BD, 32 and 7D. RGB value is (189,50,125). Sum of RGB (Red+Green+Blue) = 189+50+125=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD327D is #42CD82. Grayscale: #636363. Windows color (decimal): -4377987 or 8204989. OLE color: 8204989.
HSL color Cylindrical-coordinate representation of color #BD327D: hue angle of 327.63º 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 #BD327D is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 125 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.26 |
| HSL | 327.63º | 0.58% | 0.47% | - |
| HSV(B) | 327.63º | 0.74% | 0.74% | - |
| XYZ | 25.83 | 14.58 | 20.86 | - |
| YUV | 100.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 125 | 0 | 0.74 | 0.34 | 0.26 | 327.63 | 0.58 | 0.47 |
| Hex | BD | 32 | 7D | 0 | 4A | 22 | 1A | 148 | 3A | 2F |
| Octal | 275 | 62 | 175 | 0 | 112 | 42 | 32 | 510 | 72 | 57 |
| Binary | 10111101 | 110010 | 1111101 | 0 | 1001010 | 100010 | 11010 | 101001000 | 111010 | 101111 |
Color Harmonies of #BD327D
Complementary color
Monochromatic Colors of #BD327D
Black with #BD327D
Text Example
Text Example
White with #BD327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD327D; }
p { color: rgb(189,50,125); }
H1.HeaderClassName
{
color: #BD327D;
}
.AnyTagClassName
{
color: #BD327D;
}
</style>
background-color css
<style>
a { background-color: #BD327D; }
a { background-color: rgb(189,50,125); }
div.DivClassName
{
background-color: #BD327D;
}
.BgClassName
{
background-color: #BD327D;
}
</style>
border-color css
<style>
span { border-color: #BD327D; }
span { border-color: rgb(189,50,125); }
td.TdClassName
{
border-color: #BD327D;
}
.TagClassName
{
border-color: #BD327D;
}
</style>