Shades of Medium Red Violet #BF3D8F
Tints of Medium Red Violet #BF3D8F
RGB
CMYK
RGB Variations
Color information
#BF3D8F (or 0xBF3D8F) is known color: Medium Red Violet. HEX triplet: BF, 3D and 8F. RGB value is (191,61,143). Sum of RGB (Red+Green+Blue) = 191+61+143=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3D8F is #40C270. Grayscale: #6D6D6D. Windows color (decimal): -4244081 or 9387455. OLE color: 9387455.
HSL color Cylindrical-coordinate representation of color #BF3D8F: hue angle of 322.15º 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 #BF3D8F is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 61 | 143 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.25 |
| HSL | 322.15º | 0.52% | 0.49% | - |
| HSV(B) | 322.15º | 0.68% | 0.75% | - |
| XYZ | 28.11 | 16.4 | 27.67 | - |
| YUV | 109.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 143 | 0 | 0.68 | 0.25 | 0.25 | 322.15 | 0.52 | 0.49 |
| Hex | BF | 3D | 8F | 0 | 44 | 19 | 19 | 142 | 34 | 31 |
| Octal | 277 | 75 | 217 | 0 | 104 | 31 | 31 | 502 | 64 | 61 |
| Binary | 10111111 | 111101 | 10001111 | 0 | 1000100 | 11001 | 11001 | 101000010 | 110100 | 110001 |
Color Harmonies of #BF3D8F
Complementary color
Monochromatic Colors of #BF3D8F
Black with #BF3D8F
Text Example
Text Example
White with #BF3D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3D8F; }
p { color: rgb(191,61,143); }
H1.HeaderClassName
{
color: #BF3D8F;
}
.AnyTagClassName
{
color: #BF3D8F;
}
</style>
background-color css
<style>
a { background-color: #BF3D8F; }
a { background-color: rgb(191,61,143); }
div.DivClassName
{
background-color: #BF3D8F;
}
.BgClassName
{
background-color: #BF3D8F;
}
</style>
border-color css
<style>
span { border-color: #BF3D8F; }
span { border-color: rgb(191,61,143); }
td.TdClassName
{
border-color: #BF3D8F;
}
.TagClassName
{
border-color: #BF3D8F;
}
</style>