Shades of Medium Red Violet #BF397B
Tints of Medium Red Violet #BF397B
RGB
CMYK
RGB Variations
Color information
#BF397B (or 0xBF397B) is known color: Medium Red Violet. HEX triplet: BF, 39 and 7B. RGB value is (191,57,123). Sum of RGB (Red+Green+Blue) = 191+57+123=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF397B is #40C684. Grayscale: #686868. Windows color (decimal): -4245125 or 8075711. OLE color: 8075711.
HSL color Cylindrical-coordinate representation of color #BF397B: hue angle of 330.45º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF397B is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 57 | 123 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.25 |
| HSL | 330.45º | 0.54% | 0.49% | - |
| HSV(B) | 330.45º | 0.7% | 0.75% | - |
| XYZ | 26.52 | 15.43 | 20.32 | - |
| YUV | 104.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 123 | 0 | 0.70 | 0.36 | 0.25 | 330.45 | 0.54 | 0.49 |
| Hex | BF | 39 | 7B | 0 | 46 | 24 | 19 | 14A | 36 | 31 |
| Octal | 277 | 71 | 173 | 0 | 106 | 44 | 31 | 512 | 66 | 61 |
| Binary | 10111111 | 111001 | 1111011 | 0 | 1000110 | 100100 | 11001 | 101001010 | 110110 | 110001 |
Color Harmonies of #BF397B
Complementary color
Monochromatic Colors of #BF397B
Black with #BF397B
Text Example
Text Example
White with #BF397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF397B; }
p { color: rgb(191,57,123); }
H1.HeaderClassName
{
color: #BF397B;
}
.AnyTagClassName
{
color: #BF397B;
}
</style>
background-color css
<style>
a { background-color: #BF397B; }
a { background-color: rgb(191,57,123); }
div.DivClassName
{
background-color: #BF397B;
}
.BgClassName
{
background-color: #BF397B;
}
</style>
border-color css
<style>
span { border-color: #BF397B; }
span { border-color: rgb(191,57,123); }
td.TdClassName
{
border-color: #BF397B;
}
.TagClassName
{
border-color: #BF397B;
}
</style>