Shades of Medium Red Violet #BF3E8B
Tints of Medium Red Violet #BF3E8B
RGB
CMYK
RGB Variations
Color information
#BF3E8B (or 0xBF3E8B) is known color: Medium Red Violet. HEX triplet: BF, 3E and 8B. RGB value is (191,62,139). Sum of RGB (Red+Green+Blue) = 191+62+139=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E8B is #40C174. Grayscale: #6D6D6D. Windows color (decimal): -4243829 or 9125567. OLE color: 9125567.
HSL color Cylindrical-coordinate representation of color #BF3E8B: hue angle of 324.19º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E8B is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 139 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.25 |
| HSL | 324.19º | 0.51% | 0.5% | - |
| HSV(B) | 324.19º | 0.68% | 0.75% | - |
| XYZ | 27.87 | 16.39 | 26.12 | - |
| YUV | 109.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 139 | 0 | 0.68 | 0.27 | 0.25 | 324.19 | 0.51 | 0.5 |
| Hex | BF | 3E | 8B | 0 | 44 | 1B | 19 | 144 | 33 | 32 |
| Octal | 277 | 76 | 213 | 0 | 104 | 33 | 31 | 504 | 63 | 62 |
| Binary | 10111111 | 111110 | 10001011 | 0 | 1000100 | 11011 | 11001 | 101000100 | 110011 | 110010 |
Color Harmonies of #BF3E8B
Complementary color
Monochromatic Colors of #BF3E8B
Black with #BF3E8B
Text Example
Text Example
White with #BF3E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E8B; }
p { color: rgb(191,62,139); }
H1.HeaderClassName
{
color: #BF3E8B;
}
.AnyTagClassName
{
color: #BF3E8B;
}
</style>
background-color css
<style>
a { background-color: #BF3E8B; }
a { background-color: rgb(191,62,139); }
div.DivClassName
{
background-color: #BF3E8B;
}
.BgClassName
{
background-color: #BF3E8B;
}
</style>
border-color css
<style>
span { border-color: #BF3E8B; }
span { border-color: rgb(191,62,139); }
td.TdClassName
{
border-color: #BF3E8B;
}
.TagClassName
{
border-color: #BF3E8B;
}
</style>