Shades of Medium Red Violet #BF377D
Tints of Medium Red Violet #BF377D
RGB
CMYK
RGB Variations
Color information
#BF377D (or 0xBF377D) is known color: Medium Red Violet. HEX triplet: BF, 37 and 7D. RGB value is (191,55,125). Sum of RGB (Red+Green+Blue) = 191+55+125=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF377D is #40C882. Grayscale: #676767. Windows color (decimal): -4245635 or 8206271. OLE color: 8206271.
HSL color Cylindrical-coordinate representation of color #BF377D: hue angle of 329.12º 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 #BF377D is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 55 | 125 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.25 |
| HSL | 329.12º | 0.55% | 0.48% | - |
| HSV(B) | 329.12º | 0.71% | 0.75% | - |
| XYZ | 26.55 | 15.29 | 20.95 | - |
| YUV | 103.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 125 | 0 | 0.71 | 0.35 | 0.25 | 329.12 | 0.55 | 0.48 |
| Hex | BF | 37 | 7D | 0 | 47 | 23 | 19 | 149 | 37 | 30 |
| Octal | 277 | 67 | 175 | 0 | 107 | 43 | 31 | 511 | 67 | 60 |
| Binary | 10111111 | 110111 | 1111101 | 0 | 1000111 | 100011 | 11001 | 101001001 | 110111 | 110000 |
Color Harmonies of #BF377D
Complementary color
Monochromatic Colors of #BF377D
Black with #BF377D
Text Example
Text Example
White with #BF377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF377D; }
p { color: rgb(191,55,125); }
H1.HeaderClassName
{
color: #BF377D;
}
.AnyTagClassName
{
color: #BF377D;
}
</style>
background-color css
<style>
a { background-color: #BF377D; }
a { background-color: rgb(191,55,125); }
div.DivClassName
{
background-color: #BF377D;
}
.BgClassName
{
background-color: #BF377D;
}
</style>
border-color css
<style>
span { border-color: #BF377D; }
span { border-color: rgb(191,55,125); }
td.TdClassName
{
border-color: #BF377D;
}
.TagClassName
{
border-color: #BF377D;
}
</style>