Shades of Medium Red Violet #BF276D
Tints of Medium Red Violet #BF276D
RGB
CMYK
RGB Variations
Color information
#BF276D (or 0xBF276D) is known color: Medium Red Violet. HEX triplet: BF, 27 and 6D. RGB value is (191,39,109). Sum of RGB (Red+Green+Blue) = 191+39+109=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF276D is #40D892. Grayscale: #5C5C5C. Windows color (decimal): -4249747 or 7153599. OLE color: 7153599.
HSL color Cylindrical-coordinate representation of color #BF276D: hue angle of 332.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF276D is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 109 | - |
| CMYK | 0 | 0.80 | 0.43 | 0.25 |
| HSL | 332.37º | 0.66% | 0.45% | - |
| HSV(B) | 332.37º | 0.8% | 0.75% | - |
| XYZ | 24.97 | 13.63 | 15.78 | - |
| YUV | 92.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 109 | 0 | 0.80 | 0.43 | 0.25 | 332.37 | 0.66 | 0.45 |
| Hex | BF | 27 | 6D | 0 | 50 | 2B | 19 | 14C | 42 | 2D |
| Octal | 277 | 47 | 155 | 0 | 120 | 53 | 31 | 514 | 102 | 55 |
| Binary | 10111111 | 100111 | 1101101 | 0 | 1010000 | 101011 | 11001 | 101001100 | 1000010 | 101101 |
Color Harmonies of #BF276D
Complementary color
Monochromatic Colors of #BF276D
Black with #BF276D
Text Example
Text Example
White with #BF276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF276D; }
p { color: rgb(191,39,109); }
H1.HeaderClassName
{
color: #BF276D;
}
.AnyTagClassName
{
color: #BF276D;
}
</style>
background-color css
<style>
a { background-color: #BF276D; }
a { background-color: rgb(191,39,109); }
div.DivClassName
{
background-color: #BF276D;
}
.BgClassName
{
background-color: #BF276D;
}
</style>
border-color css
<style>
span { border-color: #BF276D; }
span { border-color: rgb(191,39,109); }
td.TdClassName
{
border-color: #BF276D;
}
.TagClassName
{
border-color: #BF276D;
}
</style>