Shades of Medium Red Violet #BF3289
Tints of Medium Red Violet #BF3289
RGB
CMYK
RGB Variations
Color information
#BF3289 (or 0xBF3289) is known color: Medium Red Violet. HEX triplet: BF, 32 and 89. RGB value is (191,50,137). Sum of RGB (Red+Green+Blue) = 191+50+137=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3289 is #40CD76. Grayscale: #656565. Windows color (decimal): -4246903 or 8991423. OLE color: 8991423.
HSL color Cylindrical-coordinate representation of color #BF3289: hue angle of 322.98º 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 #BF3289 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 137 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.25 |
| HSL | 322.98º | 0.59% | 0.47% | - |
| HSV(B) | 322.98º | 0.74% | 0.75% | - |
| XYZ | 27.14 | 15.16 | 25.16 | - |
| YUV | 102.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 137 | 0 | 0.74 | 0.28 | 0.25 | 322.98 | 0.59 | 0.47 |
| Hex | BF | 32 | 89 | 0 | 4A | 1C | 19 | 143 | 3B | 2F |
| Octal | 277 | 62 | 211 | 0 | 112 | 34 | 31 | 503 | 73 | 57 |
| Binary | 10111111 | 110010 | 10001001 | 0 | 1001010 | 11100 | 11001 | 101000011 | 111011 | 101111 |
Color Harmonies of #BF3289
Complementary color
Monochromatic Colors of #BF3289
Black with #BF3289
Text Example
Text Example
White with #BF3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3289; }
p { color: rgb(191,50,137); }
H1.HeaderClassName
{
color: #BF3289;
}
.AnyTagClassName
{
color: #BF3289;
}
</style>
background-color css
<style>
a { background-color: #BF3289; }
a { background-color: rgb(191,50,137); }
div.DivClassName
{
background-color: #BF3289;
}
.BgClassName
{
background-color: #BF3289;
}
</style>
border-color css
<style>
span { border-color: #BF3289; }
span { border-color: rgb(191,50,137); }
td.TdClassName
{
border-color: #BF3289;
}
.TagClassName
{
border-color: #BF3289;
}
</style>