Shades of Medium Red Violet #BF388B
Tints of Medium Red Violet #BF388B
RGB
CMYK
RGB Variations
Color information
#BF388B (or 0xBF388B) is known color: Medium Red Violet. HEX triplet: BF, 38 and 8B. RGB value is (191,56,139). Sum of RGB (Red+Green+Blue) = 191+56+139=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF388B is #40C774. Grayscale: #696969. Windows color (decimal): -4245365 or 9124031. OLE color: 9124031.
HSL color Cylindrical-coordinate representation of color #BF388B: hue angle of 323.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF388B is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 139 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.25 |
| HSL | 323.11º | 0.55% | 0.48% | - |
| HSV(B) | 323.11º | 0.71% | 0.75% | - |
| XYZ | 27.56 | 15.77 | 26.02 | - |
| YUV | 105.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 139 | 0 | 0.71 | 0.27 | 0.25 | 323.11 | 0.55 | 0.48 |
| Hex | BF | 38 | 8B | 0 | 47 | 1B | 19 | 143 | 37 | 30 |
| Octal | 277 | 70 | 213 | 0 | 107 | 33 | 31 | 503 | 67 | 60 |
| Binary | 10111111 | 111000 | 10001011 | 0 | 1000111 | 11011 | 11001 | 101000011 | 110111 | 110000 |
Color Harmonies of #BF388B
Complementary color
Monochromatic Colors of #BF388B
Black with #BF388B
Text Example
Text Example
White with #BF388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF388B; }
p { color: rgb(191,56,139); }
H1.HeaderClassName
{
color: #BF388B;
}
.AnyTagClassName
{
color: #BF388B;
}
</style>
background-color css
<style>
a { background-color: #BF388B; }
a { background-color: rgb(191,56,139); }
div.DivClassName
{
background-color: #BF388B;
}
.BgClassName
{
background-color: #BF388B;
}
</style>
border-color css
<style>
span { border-color: #BF388B; }
span { border-color: rgb(191,56,139); }
td.TdClassName
{
border-color: #BF388B;
}
.TagClassName
{
border-color: #BF388B;
}
</style>