Shades of Medium Red Violet #BF379B
Tints of Medium Red Violet #BF379B
RGB
CMYK
RGB Variations
Color information
#BF379B (or 0xBF379B) is known color: Medium Red Violet. HEX triplet: BF, 37 and 9B. RGB value is (191,55,155). Sum of RGB (Red+Green+Blue) = 191+55+155=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF379B is #40C864. Grayscale: #6A6A6A. Windows color (decimal): -4245605 or 10172351. OLE color: 10172351.
HSL color Cylindrical-coordinate representation of color #BF379B: hue angle of 315.88º 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 #BF379B is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 55 | 155 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.25 |
| HSL | 315.88º | 0.55% | 0.48% | - |
| HSV(B) | 315.88º | 0.71% | 0.75% | - |
| XYZ | 28.77 | 16.18 | 32.62 | - |
| YUV | 107.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 155 | 0 | 0.71 | 0.19 | 0.25 | 315.88 | 0.55 | 0.48 |
| Hex | BF | 37 | 9B | 0 | 47 | 13 | 19 | 13C | 37 | 30 |
| Octal | 277 | 67 | 233 | 0 | 107 | 23 | 31 | 474 | 67 | 60 |
| Binary | 10111111 | 110111 | 10011011 | 0 | 1000111 | 10011 | 11001 | 100111100 | 110111 | 110000 |
Color Harmonies of #BF379B
Complementary color
Monochromatic Colors of #BF379B
Black with #BF379B
Text Example
Text Example
White with #BF379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF379B; }
p { color: rgb(191,55,155); }
H1.HeaderClassName
{
color: #BF379B;
}
.AnyTagClassName
{
color: #BF379B;
}
</style>
background-color css
<style>
a { background-color: #BF379B; }
a { background-color: rgb(191,55,155); }
div.DivClassName
{
background-color: #BF379B;
}
.BgClassName
{
background-color: #BF379B;
}
</style>
border-color css
<style>
span { border-color: #BF379B; }
span { border-color: rgb(191,55,155); }
td.TdClassName
{
border-color: #BF379B;
}
.TagClassName
{
border-color: #BF379B;
}
</style>