Shades of Medium Red Violet #BF3D89
Tints of Medium Red Violet #BF3D89
RGB
CMYK
RGB Variations
Color information
#BF3D89 (or 0xBF3D89) is known color: Medium Red Violet. HEX triplet: BF, 3D and 89. RGB value is (191,61,137). Sum of RGB (Red+Green+Blue) = 191+61+137=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3D89 is #40C276. Grayscale: #6C6C6C. Windows color (decimal): -4244087 or 8994239. OLE color: 8994239.
HSL color Cylindrical-coordinate representation of color #BF3D89: hue angle of 324.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3D89 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 61 | 137 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.25 |
| HSL | 324.92º | 0.52% | 0.49% | - |
| HSV(B) | 324.92º | 0.68% | 0.75% | - |
| XYZ | 27.67 | 16.22 | 25.34 | - |
| YUV | 108.53 | 144.07 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 137 | 0 | 0.68 | 0.28 | 0.25 | 324.92 | 0.52 | 0.49 |
| Hex | BF | 3D | 89 | 0 | 44 | 1C | 19 | 145 | 34 | 31 |
| Octal | 277 | 75 | 211 | 0 | 104 | 34 | 31 | 505 | 64 | 61 |
| Binary | 10111111 | 111101 | 10001001 | 0 | 1000100 | 11100 | 11001 | 101000101 | 110100 | 110001 |
Color Harmonies of #BF3D89
Complementary color
Monochromatic Colors of #BF3D89
Black with #BF3D89
Text Example
Text Example
White with #BF3D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3D89; }
p { color: rgb(191,61,137); }
H1.HeaderClassName
{
color: #BF3D89;
}
.AnyTagClassName
{
color: #BF3D89;
}
</style>
background-color css
<style>
a { background-color: #BF3D89; }
a { background-color: rgb(191,61,137); }
div.DivClassName
{
background-color: #BF3D89;
}
.BgClassName
{
background-color: #BF3D89;
}
</style>
border-color css
<style>
span { border-color: #BF3D89; }
span { border-color: rgb(191,61,137); }
td.TdClassName
{
border-color: #BF3D89;
}
.TagClassName
{
border-color: #BF3D89;
}
</style>