Shades of Medium Red Violet #BF2675
Tints of Medium Red Violet #BF2675
RGB
CMYK
RGB Variations
Color information
#BF2675 (or 0xBF2675) is known color: Medium Red Violet. HEX triplet: BF, 26 and 75. RGB value is (191,38,117). Sum of RGB (Red+Green+Blue) = 191+38+117=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2675 is #40D98A. Grayscale: #5C5C5C. Windows color (decimal): -4249995 or 7677631. OLE color: 7677631.
HSL color Cylindrical-coordinate representation of color #BF2675: hue angle of 329.02º degrees, saturation: 0.67, 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 #BF2675 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 117 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.25 |
| HSL | 329.02º | 0.67% | 0.45% | - |
| HSV(B) | 329.02º | 0.8% | 0.75% | - |
| XYZ | 25.39 | 13.75 | 18.14 | - |
| YUV | 92.75 | 141.69 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 117 | 0 | 0.80 | 0.39 | 0.25 | 329.02 | 0.67 | 0.45 |
| Hex | BF | 26 | 75 | 0 | 50 | 27 | 19 | 149 | 43 | 2D |
| Octal | 277 | 46 | 165 | 0 | 120 | 47 | 31 | 511 | 103 | 55 |
| Binary | 10111111 | 100110 | 1110101 | 0 | 1010000 | 100111 | 11001 | 101001001 | 1000011 | 101101 |
Color Harmonies of #BF2675
Complementary color
Monochromatic Colors of #BF2675
Black with #BF2675
Text Example
Text Example
White with #BF2675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2675; }
p { color: rgb(191,38,117); }
H1.HeaderClassName
{
color: #BF2675;
}
.AnyTagClassName
{
color: #BF2675;
}
</style>
background-color css
<style>
a { background-color: #BF2675; }
a { background-color: rgb(191,38,117); }
div.DivClassName
{
background-color: #BF2675;
}
.BgClassName
{
background-color: #BF2675;
}
</style>
border-color css
<style>
span { border-color: #BF2675; }
span { border-color: rgb(191,38,117); }
td.TdClassName
{
border-color: #BF2675;
}
.TagClassName
{
border-color: #BF2675;
}
</style>