Shades of Medium Red Violet #BF328D
Tints of Medium Red Violet #BF328D
RGB
CMYK
RGB Variations
Color information
#BF328D (or 0xBF328D) is known color: Medium Red Violet. HEX triplet: BF, 32 and 8D. RGB value is (191,50,141). Sum of RGB (Red+Green+Blue) = 191+50+141=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF328D is #40CD72. Grayscale: #666666. Windows color (decimal): -4246899 or 9253567. OLE color: 9253567.
HSL color Cylindrical-coordinate representation of color #BF328D: hue angle of 321.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF328D is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 141 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.25 |
| HSL | 321.28º | 0.59% | 0.47% | - |
| HSV(B) | 321.28º | 0.74% | 0.75% | - |
| XYZ | 27.43 | 15.28 | 26.7 | - |
| YUV | 102.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 141 | 0 | 0.74 | 0.26 | 0.25 | 321.28 | 0.59 | 0.47 |
| Hex | BF | 32 | 8D | 0 | 4A | 1A | 19 | 141 | 3B | 2F |
| Octal | 277 | 62 | 215 | 0 | 112 | 32 | 31 | 501 | 73 | 57 |
| Binary | 10111111 | 110010 | 10001101 | 0 | 1001010 | 11010 | 11001 | 101000001 | 111011 | 101111 |
Color Harmonies of #BF328D
Complementary color
Monochromatic Colors of #BF328D
Black with #BF328D
Text Example
Text Example
White with #BF328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF328D; }
p { color: rgb(191,50,141); }
H1.HeaderClassName
{
color: #BF328D;
}
.AnyTagClassName
{
color: #BF328D;
}
</style>
background-color css
<style>
a { background-color: #BF328D; }
a { background-color: rgb(191,50,141); }
div.DivClassName
{
background-color: #BF328D;
}
.BgClassName
{
background-color: #BF328D;
}
</style>
border-color css
<style>
span { border-color: #BF328D; }
span { border-color: rgb(191,50,141); }
td.TdClassName
{
border-color: #BF328D;
}
.TagClassName
{
border-color: #BF328D;
}
</style>