Shades of Medium Red Violet #BD327B
Tints of Medium Red Violet #BD327B
RGB
CMYK
RGB Variations
Color information
#BD327B (or 0xBD327B) is known color: Medium Red Violet. HEX triplet: BD, 32 and 7B. RGB value is (189,50,123). Sum of RGB (Red+Green+Blue) = 189+50+123=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD327B is #42CD84. Grayscale: #636363. Windows color (decimal): -4377989 or 8073917. OLE color: 8073917.
HSL color Cylindrical-coordinate representation of color #BD327B: hue angle of 328.49º 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 #BD327B is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 123 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.26 |
| HSL | 328.49º | 0.58% | 0.47% | - |
| HSV(B) | 328.49º | 0.74% | 0.74% | - |
| XYZ | 25.7 | 14.53 | 20.19 | - |
| YUV | 99.88 | 141.05 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 123 | 0 | 0.74 | 0.35 | 0.26 | 328.49 | 0.58 | 0.47 |
| Hex | BD | 32 | 7B | 0 | 4A | 23 | 1A | 148 | 3A | 2F |
| Octal | 275 | 62 | 173 | 0 | 112 | 43 | 32 | 510 | 72 | 57 |
| Binary | 10111101 | 110010 | 1111011 | 0 | 1001010 | 100011 | 11010 | 101001000 | 111010 | 101111 |
Color Harmonies of #BD327B
Complementary color
Monochromatic Colors of #BD327B
Black with #BD327B
Text Example
Text Example
White with #BD327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD327B; }
p { color: rgb(189,50,123); }
H1.HeaderClassName
{
color: #BD327B;
}
.AnyTagClassName
{
color: #BD327B;
}
</style>
background-color css
<style>
a { background-color: #BD327B; }
a { background-color: rgb(189,50,123); }
div.DivClassName
{
background-color: #BD327B;
}
.BgClassName
{
background-color: #BD327B;
}
</style>
border-color css
<style>
span { border-color: #BD327B; }
span { border-color: rgb(189,50,123); }
td.TdClassName
{
border-color: #BD327B;
}
.TagClassName
{
border-color: #BD327B;
}
</style>