Shades of Medium Red Violet #BF389B
Tints of Medium Red Violet #BF389B
RGB
CMYK
RGB Variations
Color information
#BF389B (or 0xBF389B) is known color: Medium Red Violet. HEX triplet: BF, 38 and 9B. RGB value is (191,56,155). Sum of RGB (Red+Green+Blue) = 191+56+155=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF389B is #40C764. Grayscale: #6B6B6B. Windows color (decimal): -4245349 or 10172607. OLE color: 10172607.
HSL color Cylindrical-coordinate representation of color #BF389B: hue angle of 316º 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 #BF389B is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 155 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.25 |
| HSL | 316º | 0.55% | 0.48% | - |
| HSV(B) | 316º | 0.71% | 0.75% | - |
| XYZ | 28.82 | 16.27 | 32.63 | - |
| YUV | 107.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 155 | 0 | 0.71 | 0.19 | 0.25 | 316 | 0.55 | 0.48 |
| Hex | BF | 38 | 9B | 0 | 47 | 13 | 19 | 13C | 37 | 30 |
| Octal | 277 | 70 | 233 | 0 | 107 | 23 | 31 | 474 | 67 | 60 |
| Binary | 10111111 | 111000 | 10011011 | 0 | 1000111 | 10011 | 11001 | 100111100 | 110111 | 110000 |
Color Harmonies of #BF389B
Complementary color
Monochromatic Colors of #BF389B
Black with #BF389B
Text Example
Text Example
White with #BF389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF389B; }
p { color: rgb(191,56,155); }
H1.HeaderClassName
{
color: #BF389B;
}
.AnyTagClassName
{
color: #BF389B;
}
</style>
background-color css
<style>
a { background-color: #BF389B; }
a { background-color: rgb(191,56,155); }
div.DivClassName
{
background-color: #BF389B;
}
.BgClassName
{
background-color: #BF389B;
}
</style>
border-color css
<style>
span { border-color: #BF389B; }
span { border-color: rgb(191,56,155); }
td.TdClassName
{
border-color: #BF389B;
}
.TagClassName
{
border-color: #BF389B;
}
</style>