Shades of Medium Red Violet #BF328C
Tints of Medium Red Violet #BF328C
RGB
CMYK
RGB Variations
Color information
#BF328C (or 0xBF328C) is known color: Medium Red Violet. HEX triplet: BF, 32 and 8C. RGB value is (191,50,140). Sum of RGB (Red+Green+Blue) = 191+50+140=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF328C is #40CD73. Grayscale: #666666. Windows color (decimal): -4246900 or 9188031. OLE color: 9188031.
HSL color Cylindrical-coordinate representation of color #BF328C: hue angle of 321.7º 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 #BF328C is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 140 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.25 |
| HSL | 321.7º | 0.59% | 0.47% | - |
| HSV(B) | 321.7º | 0.74% | 0.75% | - |
| XYZ | 27.36 | 15.25 | 26.31 | - |
| YUV | 102.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 140 | 0 | 0.74 | 0.27 | 0.25 | 321.7 | 0.59 | 0.47 |
| Hex | BF | 32 | 8C | 0 | 4A | 1B | 19 | 142 | 3B | 2F |
| Octal | 277 | 62 | 214 | 0 | 112 | 33 | 31 | 502 | 73 | 57 |
| Binary | 10111111 | 110010 | 10001100 | 0 | 1001010 | 11011 | 11001 | 101000010 | 111011 | 101111 |
Color Harmonies of #BF328C
Complementary color
Monochromatic Colors of #BF328C
Black with #BF328C
Text Example
Text Example
White with #BF328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF328C; }
p { color: rgb(191,50,140); }
H1.HeaderClassName
{
color: #BF328C;
}
.AnyTagClassName
{
color: #BF328C;
}
</style>
background-color css
<style>
a { background-color: #BF328C; }
a { background-color: rgb(191,50,140); }
div.DivClassName
{
background-color: #BF328C;
}
.BgClassName
{
background-color: #BF328C;
}
</style>
border-color css
<style>
span { border-color: #BF328C; }
span { border-color: rgb(191,50,140); }
td.TdClassName
{
border-color: #BF328C;
}
.TagClassName
{
border-color: #BF328C;
}
</style>