Shades of Medium Red Violet #BF2685
Tints of Medium Red Violet #BF2685
RGB
CMYK
RGB Variations
Color information
#BF2685 (or 0xBF2685) is known color: Medium Red Violet. HEX triplet: BF, 26 and 85. RGB value is (191,38,133). Sum of RGB (Red+Green+Blue) = 191+38+133=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2685 is #40D97A. Grayscale: #5E5E5E. Windows color (decimal): -4249979 or 8726207. OLE color: 8726207.
HSL color Cylindrical-coordinate representation of color #BF2685: hue angle of 322.75º 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 #BF2685 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 133 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.25 |
| HSL | 322.75º | 0.67% | 0.45% | - |
| HSV(B) | 322.75º | 0.8% | 0.75% | - |
| XYZ | 26.41 | 14.16 | 23.53 | - |
| YUV | 94.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 133 | 0 | 0.80 | 0.30 | 0.25 | 322.75 | 0.67 | 0.45 |
| Hex | BF | 26 | 85 | 0 | 50 | 1E | 19 | 143 | 43 | 2D |
| Octal | 277 | 46 | 205 | 0 | 120 | 36 | 31 | 503 | 103 | 55 |
| Binary | 10111111 | 100110 | 10000101 | 0 | 1010000 | 11110 | 11001 | 101000011 | 1000011 | 101101 |
Color Harmonies of #BF2685
Complementary color
Monochromatic Colors of #BF2685
Black with #BF2685
Text Example
Text Example
White with #BF2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2685; }
p { color: rgb(191,38,133); }
H1.HeaderClassName
{
color: #BF2685;
}
.AnyTagClassName
{
color: #BF2685;
}
</style>
background-color css
<style>
a { background-color: #BF2685; }
a { background-color: rgb(191,38,133); }
div.DivClassName
{
background-color: #BF2685;
}
.BgClassName
{
background-color: #BF2685;
}
</style>
border-color css
<style>
span { border-color: #BF2685; }
span { border-color: rgb(191,38,133); }
td.TdClassName
{
border-color: #BF2685;
}
.TagClassName
{
border-color: #BF2685;
}
</style>