Shades of Medium Red Violet #BF389C
Tints of Medium Red Violet #BF389C
RGB
CMYK
RGB Variations
Color information
#BF389C (or 0xBF389C) is known color: Medium Red Violet. HEX triplet: BF, 38 and 9C. RGB value is (191,56,156). Sum of RGB (Red+Green+Blue) = 191+56+156=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF389C is #40C763. Grayscale: #6B6B6B. Windows color (decimal): -4245348 or 10238143. OLE color: 10238143.
HSL color Cylindrical-coordinate representation of color #BF389C: hue angle of 315.56º 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 #BF389C is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 156 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.25 |
| HSL | 315.56º | 0.55% | 0.48% | - |
| HSV(B) | 315.56º | 0.71% | 0.75% | - |
| XYZ | 28.9 | 16.31 | 33.08 | - |
| YUV | 107.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 156 | 0 | 0.71 | 0.18 | 0.25 | 315.56 | 0.55 | 0.48 |
| Hex | BF | 38 | 9C | 0 | 47 | 12 | 19 | 13C | 37 | 30 |
| Octal | 277 | 70 | 234 | 0 | 107 | 22 | 31 | 474 | 67 | 60 |
| Binary | 10111111 | 111000 | 10011100 | 0 | 1000111 | 10010 | 11001 | 100111100 | 110111 | 110000 |
Color Harmonies of #BF389C
Complementary color
Monochromatic Colors of #BF389C
Black with #BF389C
Text Example
Text Example
White with #BF389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF389C; }
p { color: rgb(191,56,156); }
H1.HeaderClassName
{
color: #BF389C;
}
.AnyTagClassName
{
color: #BF389C;
}
</style>
background-color css
<style>
a { background-color: #BF389C; }
a { background-color: rgb(191,56,156); }
div.DivClassName
{
background-color: #BF389C;
}
.BgClassName
{
background-color: #BF389C;
}
</style>
border-color css
<style>
span { border-color: #BF389C; }
span { border-color: rgb(191,56,156); }
td.TdClassName
{
border-color: #BF389C;
}
.TagClassName
{
border-color: #BF389C;
}
</style>