Shades of Medium Red Violet #BD327A
Tints of Medium Red Violet #BD327A
RGB
CMYK
RGB Variations
Color information
#BD327A (or 0xBD327A) is known color: Medium Red Violet. HEX triplet: BD, 32 and 7A. RGB value is (189,50,122). Sum of RGB (Red+Green+Blue) = 189+50+122=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD327A is #42CD85. Grayscale: #636363. Windows color (decimal): -4377990 or 8008381. OLE color: 8008381.
HSL color Cylindrical-coordinate representation of color #BD327A: hue angle of 328.92º 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 #BD327A is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 122 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.26 |
| HSL | 328.92º | 0.58% | 0.47% | - |
| HSV(B) | 328.92º | 0.74% | 0.74% | - |
| XYZ | 25.64 | 14.51 | 19.86 | - |
| YUV | 99.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 122 | 0 | 0.74 | 0.35 | 0.26 | 328.92 | 0.58 | 0.47 |
| Hex | BD | 32 | 7A | 0 | 4A | 23 | 1A | 149 | 3A | 2F |
| Octal | 275 | 62 | 172 | 0 | 112 | 43 | 32 | 511 | 72 | 57 |
| Binary | 10111101 | 110010 | 1111010 | 0 | 1001010 | 100011 | 11010 | 101001001 | 111010 | 101111 |
Color Harmonies of #BD327A
Complementary color
Monochromatic Colors of #BD327A
Black with #BD327A
Text Example
Text Example
White with #BD327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD327A; }
p { color: rgb(189,50,122); }
H1.HeaderClassName
{
color: #BD327A;
}
.AnyTagClassName
{
color: #BD327A;
}
</style>
background-color css
<style>
a { background-color: #BD327A; }
a { background-color: rgb(189,50,122); }
div.DivClassName
{
background-color: #BD327A;
}
.BgClassName
{
background-color: #BD327A;
}
</style>
border-color css
<style>
span { border-color: #BD327A; }
span { border-color: rgb(189,50,122); }
td.TdClassName
{
border-color: #BD327A;
}
.TagClassName
{
border-color: #BD327A;
}
</style>